We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c57f46 commit 67e9846Copy full SHA for 67e9846
test/manifest.js
@@ -1,7 +1,9 @@
1
'use strict'
2
3
-const originRoot = `${__dirname}/root`
4
-const targetRoot = `${__dirname}/dest`
+const path = require('path')
+
5
+const originRoot = path.join(__dirname, 'root')
6
+const targetRoot = path.join(__dirname, 'dest')
7
8
const pkgType = undefined
9
const ioType = undefined
0 commit comments