From 4c7618a449b52a2d5f2ceeda2c1ce94b1666ec10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Thu, 20 Apr 2023 17:34:00 +0200 Subject: [PATCH] Update expected test results --- .../test-runner/tests/test-failure/runTestFailureTest.ts | 2 +- .../rollup-plugin-polyfills-loader/test/snapshots/systemjs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/test-runner/tests/test-failure/runTestFailureTest.ts b/integration/test-runner/tests/test-failure/runTestFailureTest.ts index 50aad98ca3..37afed501a 100644 --- a/integration/test-runner/tests/test-failure/runTestFailureTest.ts +++ b/integration/test-runner/tests/test-failure/runTestFailureTest.ts @@ -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); diff --git a/packages/rollup-plugin-polyfills-loader/test/snapshots/systemjs.html b/packages/rollup-plugin-polyfills-loader/test/snapshots/systemjs.html index 3767b43d8b..a79547411e 100644 --- a/packages/rollup-plugin-polyfills-loader/test/snapshots/systemjs.html +++ b/packages/rollup-plugin-polyfills-loader/test/snapshots/systemjs.html @@ -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');