Skip to content

Commit

Permalink
Updating integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdelato authored and MichaelDeBoey committed Jul 20, 2022
1 parent 45d7617 commit 398d084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/cf-compiler-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ test.describe("cloudflare compiler", () => {
"utf8"
);

expect(serverBundle).not.toMatch("browser-pkg/browser-esm.mjs");
expect(serverBundle).toMatch("browser-pkg/browser-esm.mjs");
expect(serverBundle).not.toMatch("browser-pkg/browser-cjs.js");
expect(serverBundle).toMatch("browser-pkg/node-esm.mjs");
expect(serverBundle).not.toMatch("browser-pkg/node-esm.mjs");
expect(serverBundle).not.toMatch("browser-pkg/node-cjs.js");

expect(serverBundle).toMatch("esm-only-pkg/browser-esm.js");
Expand Down

0 comments on commit 398d084

Please sign in to comment.