File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ let getTestBlockCode = function(block) {
35
35
} ;
36
36
37
37
let getTestBuffer = function ( data ) {
38
- return cwc . utils . ByteTools . getUint8Data ( data ) . data [ 0 ] ;
38
+ return cwc . utils . ByteTools . getUint8Data ( data ) . data ;
39
39
} ;
40
40
41
41
let loadExampleFile = function ( file , builder ) {
Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ module.exports = function(config) {
36
36
{pattern: 'src/blocks/**/*.js'},
37
37
{pattern: 'src/**/*.js', included: false},
38
38
39
- //{pattern: 'test/unit_tests/**/*_test.js'},
40
- {pattern: 'test/unit_tests/**/byte_tools_test.js'},
39
+ {pattern: 'test/unit_tests/**/*_test.js'},
41
40
{pattern: 'test/genfiles/soy/**/*.js', included: false},
42
41
43
42
{pattern: closureTemplates + 'soyutils_usegoog.js', included: false},
You can’t perform that action at this time.
0 commit comments