Skip to content

Commit 065c5a1

Browse files
authored
picked form #3387 (#3388)
1 parent 859a6ba commit 065c5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/commands/pack.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ test.concurrent('pack should included globbed files',
8383
);
8484
expect(files.sort()).toEqual([
8585
'lib',
86-
'lib/a.js',
87-
'lib/b.js',
86+
path.join('lib', 'a.js'),
87+
path.join('lib', 'b.js'),
8888
'index.js',
8989
'package.json',
9090
].sort());

0 commit comments

Comments
 (0)