Skip to content

Commit

Permalink
test(tests): Remove .only 😱 (#444)
Browse files Browse the repository at this point in the history
Some tests are skipped, this change allows to launch all the tests by removing the `only` keyword
  • Loading branch information
rvasseur31 committed Apr 18, 2024
1 parent 8923c48 commit 5aad406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Expand Up @@ -42,7 +42,7 @@ describe('module-resolver', () => {
],
};

it.only('should resolve the file path', () => {
it('should resolve the file path', () => {
testWithImport('app', './test/testproject/src/app', rootTransformerOpts);
});

Expand Down

0 comments on commit 5aad406

Please sign in to comment.