File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// If we're on a Node runtime that should support ES6, run the ES6 tests.
22if ( / ^ v ? [ 0 - 5 ] [ . ] / . test ( process . version ) ) {
33 // The major version is a single digit in [0, 5].
4- console . info ( 'Skipping ES6 tests for node_version %s' , nodeVersion ) ;
4+ console . info ( 'Skipping ES6 tests for node_version %s' , process . version ) ;
55} else {
66 require ( './es6/Lexer' ) ;
77}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var test = require('utest');
55// If we're on a Node runtime that should support ES6, run the ES6 tests.
66if ( / ^ v ? [ 0 - 5 ] [ . ] / . test ( process . version ) ) {
77 // The major version is a single digit in [0, 5].
8- console . info ( 'Skipping ES6 tests for node_version %s' , nodeVersion ) ;
8+ console . info ( 'Skipping ES6 tests for node_version %s' , process . version ) ;
99} else {
1010 require ( './es6/Template' ) ;
1111}
You can’t perform that action at this time.
0 commit comments