Skip to content

Commit

Permalink
Add query-string back lol
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Apr 24, 2023
1 parent 002e445 commit d5838e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function runTestFailureTest(
expect(session.testResults!.suites.length).to.equal(0);
expect(session.testResults!.tests.length).to.equal(0);
expect(session.request404s).to.eql([
'integration/test-runner/tests/test-failure/browser-tests/non-existing.js',
'integration/test-runner/tests/test-failure/browser-tests/non-existing.js?systemjs=true',
]);
expect(session.errors).to.eql([ERROR_NOT_IMPORTABLE]);
expect(session.logs.length).to.equal(1);
Expand Down

0 comments on commit d5838e4

Please sign in to comment.