Skip to content

Commit

Permalink
use OS module
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Sep 26, 2021
1 parent ad0e671 commit ae5500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/builder_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import heimdall from 'heimdalljs';
const multidepRequire = MultidepRequire('test/multidep.json');
const Plugin = multidepRequire('broccoli-plugin', '1.3.0');
const broccoliSource = multidepRequire('broccoli-source', '1.1.0');
const isWin = process.platform === 'win32';
const isWin = os.platform() === 'win32';

const Builder = broccoli.Builder;
const expect = chai.expect;
Expand Down

0 comments on commit ae5500a

Please sign in to comment.