Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 15, 2022
1 parent 48d736d commit dab8777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/binding_core_wasm/__tests__/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe("minify", () => {

expect(output).toMatchInlineSnapshot(`
Object {
"code": "const o=1;console.log(1);",
"code": "const somename=1;console.log(1);",
}
`);
});
Expand All @@ -207,7 +207,7 @@ describe("minify", () => {

expect(output).toMatchInlineSnapshot(`
Object {
"code": "const o=1;console.log(1);",
"code": "const somename=1;console.log(1);",
}
`);
});
Expand Down

0 comments on commit dab8777

Please sign in to comment.