We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec93556 commit 62f08d3Copy full SHA for 62f08d3
tools/transpiler/spec/imports_spec.js
@@ -37,7 +37,7 @@ export function main() {
37
// Dart
38
"No top-level method 'exportModule.Bar3' declared.":
39
// JavaScript
40
- 'undefined is not a function'
+ new RegExp('.*is not a function')
41
);
42
43
expect(Type).toBeTruthy();
0 commit comments