Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Jan 18, 2017
1 parent 18916e9 commit eb82671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ var jsdom = require('jsdom-no-contextify');
requirejs.config({
baseUrl: '',
paths: {
'vs': '../vscode/out/vs'
// 'vs': 'node_modules/monaco-editor-core/dev/vs'
// 'vs': '../vscode/out/vs'
'vs': 'node_modules/monaco-editor-core/dev/vs'
},
nodeRequire: require
});
Expand Down

0 comments on commit eb82671

Please sign in to comment.