test(node): enable source maps in test.sh node (#9589)
This commit is contained in:
parent
de127109f9
commit
c693c03f1d
@ -3,6 +3,7 @@
|
||||
var glob = require('glob');
|
||||
var JasmineRunner = require('jasmine');
|
||||
var path = require('path');
|
||||
require('source-map-support').install();
|
||||
// require('es6-shim/es6-shim.js');
|
||||
require('zone.js/dist/zone-node.js');
|
||||
require('zone.js/dist/long-stack-trace-zone.js');
|
||||
|
Loading…
x
Reference in New Issue
Block a user