We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8bbe0 commit c4ab491Copy full SHA for c4ab491
nativescript-angular/testing/src/polyfills.ts
@@ -0,0 +1,4 @@
1
+if (typeof Node === 'undefined' && !global.Node) {
2
+ class DummyNode {}
3
+ global.Node = DummyNode as any;
4
+}
nativescript-angular/testing/src/public_api.ts
@@ -1,3 +1,4 @@
+import './polyfills';
export * from './util';
export * from './test-root-view';
export * from './nativescript_test_component_renderer';
0 commit comments