Skip to content

Commit 77296cc

Browse files
committed
Fix CI
1 parent 3899124 commit 77296cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/build_tests/jsxv/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ var p = require('child_process')
66

77
var output = p.spawnSync(`bsb`, {cwd:__dirname, encoding:'utf8',shell:true})
88

9-
assert.ok(output.stderr.match(/File "bsconfig.json", line 10/))
9+
assert.ok(output.stderr.match(/File ".*bsconfig.json", line 10/))

0 commit comments

Comments
 (0)