Fixes #54899: Do not attempt to use real css loader in mocha unit tests

This commit is contained in:
Alex Dima
2018-08-08 17:51:51 +02:00
parent 2f69a93b9d
commit 5ea0df9969
2 changed files with 13 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ function main() {
nodeMain: __filename,
baseUrl: path.join(path.dirname(__dirname), 'src'),
paths: {
'vs/css': '../test/css.mock',
'vs': `../${ out }/vs`,
'lib': `../${ out }/lib`,
'bootstrap': `../${ out }/bootstrap`