Skip to content

Commit

Permalink
chore(linter): fix js-packaging test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Aug 15, 2024
1 parent 582b48b commit 27538c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/js/src/js-packaging.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ describe('packaging libs', () => {
expect(output).toContain('rollup default');
}, 500_000);

// TODO: currently failing because the lib with `"type": "module"` needs to have its eslint.config.js updated to be eslint.config.cjs
it('should build with tsc, swc and be used in CJS/ESM projects', async () => {
const tscLib = uniq('tsclib');
const swcLib = uniq('swclib');
Expand Down

0 comments on commit 27538c8

Please sign in to comment.