Skip to content

Commit

Permalink
fix(js): keep swc helpers version in sync with package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 2, 2022
1 parent ac8181b commit 5e14e75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/js/src/js.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ describe('js e2e', () => {

runCLI(`build ${lib}`);

expect(
readJson(`dist/libs/${lib}/package.json`).peerDependencies['@swc/helpers']
).toEqual(swcHelpersVersion);

expect(
satisfies(
readJson(`dist/libs/${lib}/package.json`).peerDependencies[
Expand Down

0 comments on commit 5e14e75

Please sign in to comment.