We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8923c48 commit 5aad406Copy full SHA for 5aad406
‎test/index.test.js‎
@@ -42,7 +42,7 @@ describe('module-resolver', () => {
42
],
43
};
44
45
- it.only('should resolve the file path', () => {
+ it('should resolve the file path', () => {
46
testWithImport('app', './test/testproject/src/app', rootTransformerOpts);
47
});
48
0 commit comments