Skip to content

Commit

Permalink
remove fit call in e2e-js
Browse files Browse the repository at this point in the history
  • Loading branch information
gioragutt committed Mar 16, 2022
1 parent 2119fff commit 2eaafcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/js/src/js.test.ts
Expand Up @@ -34,7 +34,7 @@ describe('js e2e', () => {
});
}, 120000);

fit('should create libs with js executors (--compiler=tsc)', async () => {
it('should create libs with js executors (--compiler=tsc)', async () => {
const lib = uniq('lib');
runCLI(`generate @nrwl/js:lib ${lib} --buildable --compiler=tsc`);
const libPackageJson = readJson(`libs/${lib}/package.json`);
Expand Down

0 comments on commit 2eaafcd

Please sign in to comment.