Skip to content

Commit da6d1d1

Browse files
committed
Formatting update
1 parent 98d3ac6 commit da6d1d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/js/runtimeTests.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ const path = require('path');
3030

3131
const TEST_FILES = glob.sync(path.resolve(
3232
__dirname,
33-
'../../test/com/google/javascript/jscomp/runtime_tests/**/build/*_test.html',
33+
'../../test/com/google/javascript/jscomp/'
34+
+ 'runtime_tests/**/build/*_test.html',
3435
));
3536

3637
describe('Runtime tests', () => {

0 commit comments

Comments
 (0)