Skip to content

Commit 50f9765

Browse files
committed
rename render to mount in tests
1 parent f051f6d commit 50f9765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@activewidgets/examples": "0.0.1",
3434
"@activewidgets/options": "0.0.9",
3535
"@activewidgets/puppeteer": "0.0.4",
36-
"@activewidgets/testing": "0.0.2",
36+
"@activewidgets/testing": "0.0.3",
3737
"@angular/common": "^8",
3838
"@angular/compiler": "^8",
3939
"@angular/compiler-cli": "^8",

test/adapter/angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Object.keys(components).forEach(name => {
2020
});
2121

2222

23-
export function render(comp, props){
23+
export function mount(comp, props){
2424

2525
let Component = tags[comp];
2626

0 commit comments

Comments
 (0)