Skip to content

Commit 5aad406

Browse files
authored
test(tests): Remove .only 😱 (#444)
Some tests are skipped, this change allows to launch all the tests by removing the `only` keyword
1 parent 8923c48 commit 5aad406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/index.test.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('module-resolver', () => {
4242
],
4343
};
4444

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

0 commit comments

Comments
 (0)