Skip to content

Commit 62f08d3

Browse files
committed
fix(tests): don’t fail on current chrome canary
1 parent ec93556 commit 62f08d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/transpiler/spec/imports_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function main() {
3737
// Dart
3838
"No top-level method 'exportModule.Bar3' declared.":
3939
// JavaScript
40-
'undefined is not a function'
40+
new RegExp('.*is not a function')
4141
);
4242

4343
expect(Type).toBeTruthy();

0 commit comments

Comments
 (0)