Skip to content

Commit

Permalink
Update expected test results
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Apr 24, 2023
1 parent f85d322 commit 4c7618a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
});
}
var polyfills = [];
polyfills.push(loadScript('./polyfills/systemjs.dabf4e8006a3be11acd4b6981abd9943.js'));
polyfills.push(loadScript('./polyfills/systemjs.c12345a3f6a1d7c2542d26a81dfc5f25.js'));
function loadFiles() {
[function () {
return System.import('./entrypoint-a.js');
Expand Down

0 comments on commit 4c7618a

Please sign in to comment.