Skip to content

Commit beee776

Browse files
committed
test: Updated General test for single quote
1 parent e915977 commit beee776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/tests/projects/general.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const getExpected = (tsInstance: typeof TS, fileName: string, original: string,
3131
makeRelative(tsInstance, fileName, path.join(p === 'hello' ? 'secondary' : 'utils', p), rootDir)
3232
)
3333
.replace('"path"', '"https://external.url/path.js"')
34-
.replace('"circular/a"', '"../circular/a"');
34+
.replace(`'circular/a'', '"../circular/a"');
3535
3636
/* ****************************************************************************************************************** *
3737
* Tests

0 commit comments

Comments
 (0)