fix(tests): don’t fail on current chrome canary
This commit is contained in:
parent
ec935565ca
commit
62f08d38db
|
@ -37,7 +37,7 @@ export function main() {
|
||||||
// Dart
|
// Dart
|
||||||
"No top-level method 'exportModule.Bar3' declared.":
|
"No top-level method 'exportModule.Bar3' declared.":
|
||||||
// JavaScript
|
// JavaScript
|
||||||
'undefined is not a function'
|
new RegExp('.*is not a function')
|
||||||
);
|
);
|
||||||
|
|
||||||
expect(Type).toBeTruthy();
|
expect(Type).toBeTruthy();
|
||||||
|
|
Loading…
Reference in New Issue