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 f051f6d commit 50f9765Copy full SHA for 50f9765
package.json
@@ -33,7 +33,7 @@
33
"@activewidgets/examples": "0.0.1",
34
"@activewidgets/options": "0.0.9",
35
"@activewidgets/puppeteer": "0.0.4",
36
- "@activewidgets/testing": "0.0.2",
+ "@activewidgets/testing": "0.0.3",
37
"@angular/common": "^8",
38
"@angular/compiler": "^8",
39
"@angular/compiler-cli": "^8",
test/adapter/angular.js
@@ -20,7 +20,7 @@ Object.keys(components).forEach(name => {
20
});
21
22
23
-export function render(comp, props){
+export function mount(comp, props){
24
25
let Component = tags[comp];
26
0 commit comments