We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caec24d commit e975bb5Copy full SHA for e975bb5
1 file changed
test/render-sync.js
@@ -27,7 +27,7 @@ runner.test('.renderSync({ source, destination })', function () {
27
})
28
29
runner.test('.renderSync({ source[], destination })', function () {
30
- Fixture.createTmpFolder('tmp')
+ Fixture.createTmpFolder('tmp/renderSync')
31
const sources = [
32
`import Foo from "foo"
33
/**
0 commit comments