Skip to content

Commit d7bb715

Browse files
committed
made test cross platform (#1939)
1 parent a0f1cb4 commit d7bb715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/commands/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test.concurrent('properly find and save build artifacts', async () => {
2222
const cacheFolder = path.join(config.cacheFolder, 'npm-dummy-0.0.0');
2323
assert.deepEqual(
2424
(await fs.readJson(path.join(cacheFolder, constants.METADATA_FILENAME))).artifacts,
25-
['dummy', 'dummy/dummy.txt', 'dummy.txt'],
25+
['dummy', path.join('dummy', 'dummy.txt'), 'dummy.txt'],
2626
);
2727

2828
// retains artifact

0 commit comments

Comments
 (0)