diff --git a/test/index.test.js b/test/index.test.js index fedd977..cded295 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -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); });