Skip to content

Commit 3ce3886

Browse files
committed
Move css.mock to unit/node
1 parent 2e7c169 commit 3ce3886

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/node/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function main() {
4444
nodeMain: __filename,
4545
baseUrl: path.join(REPO_ROOT, 'src'),
4646
paths: {
47-
'vs/css': '../test/css.mock',
47+
'vs/css': '../test/unit/node/css.mock',
4848
'vs': `../${out}/vs`,
4949
'lib': `../${out}/lib`,
5050
'bootstrap-fork': `../${out}/bootstrap-fork`

0 commit comments

Comments
 (0)