Skip to content

Commit eebc711

Browse files
committed
removing old comment
1 parent ae78ef9 commit eebc711

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/config/path-util.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ function createConfig() {
2424
return new WebpackConfig(runtimeConfig);
2525
}
2626

27-
/**
28-
* Some tests are very specific to different operating systems.
29-
* We use this to only run them when needed.
30-
*
31-
* @returns {boolean}
32-
*/
3327
const isWindows = (process.platform === 'win32');
3428

3529
describe('path-util getContentBase()', () => {

0 commit comments

Comments
 (0)