Browse Source

Removed unnecessary imports in does-not-mangle-entry-point test

semi-dynamic-namespace-imports
Permutator 8 years ago
parent
commit
709a4f783d
  1. 2
      test/function/does-not-mangle-entry-point/_config.js

2
test/function/does-not-mangle-entry-point/_config.js

@ -1,5 +1,3 @@
var path = require( 'path' );
var fs = require( 'fs' );
var assert = require( 'assert' );
var modules = {

Loading…
Cancel
Save