Skip to content

Commit e975bb5

Browse files
committed
updates new unit tests according to the changes from "fix test race issues [fd1d7be]"
1 parent caec24d commit e975bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/render-sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runner.test('.renderSync({ source, destination })', function () {
2727
})
2828

2929
runner.test('.renderSync({ source[], destination })', function () {
30-
Fixture.createTmpFolder('tmp')
30+
Fixture.createTmpFolder('tmp/renderSync')
3131
const sources = [
3232
`import Foo from "foo"
3333
/**

0 commit comments

Comments
 (0)