Skip to content

Commit ae5500a

Browse files
committed
use OS module
1 parent ad0e671 commit ae5500a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/builder_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import heimdall from 'heimdalljs';
1717
const multidepRequire = MultidepRequire('test/multidep.json');
1818
const Plugin = multidepRequire('broccoli-plugin', '1.3.0');
1919
const broccoliSource = multidepRequire('broccoli-source', '1.1.0');
20-
const isWin = process.platform === 'win32';
20+
const isWin = os.platform() === 'win32';
2121

2222
const Builder = broccoli.Builder;
2323
const expect = chai.expect;

0 commit comments

Comments
 (0)