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 e915977 commit beee776Copy full SHA for beee776
test/tests/projects/general.test.ts
@@ -31,7 +31,7 @@ const getExpected = (tsInstance: typeof TS, fileName: string, original: string,
31
makeRelative(tsInstance, fileName, path.join(p === 'hello' ? 'secondary' : 'utils', p), rootDir)
32
)
33
.replace('"path"', '"https://external.url/path.js"')
34
- .replace('"circular/a"', '"../circular/a"');
+ .replace(`'circular/a'', '"../circular/a"');
35
36
/* ****************************************************************************************************************** *
37
* Tests
0 commit comments