Skip to content

Commit

Permalink
Update node-js.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Gela committed Jul 23, 2015
1 parent 08be341 commit 8b87323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/techs/node-js.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('node-js', function () {
dropRequireCache(require, targetPath);
});

it('must run code from bundle in isolation of blocks', function () {
it('must work without source files', function () {
var scheme = {
blocks: {
'block.vanilla.js': 'global.REQUIRED_TECHS.push("vanilla-js");',
Expand Down

0 comments on commit 8b87323

Please sign in to comment.