Skip to content

Commit d791ec9

Browse files
committed
rename render to mount in tests
1 parent e68fc82 commit d791ec9

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
@@ -29,7 +29,7 @@
2929
"@activewidgets/examples": "0.0.1",
3030
"@activewidgets/options": "0.0.9",
3131
"@activewidgets/puppeteer": "0.0.4",
32-
"@activewidgets/testing": "0.0.2",
32+
"@activewidgets/testing": "0.0.3",
3333
"@babel/core": "^7",
3434
"@babel/preset-env": "^7",
3535
"@rollup/plugin-node-resolve": "^6",

test/adapter/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import '@activewidgets/components';
44
import $ from 'jquery';
55

66

7-
export function render(component, props){
7+
export function mount(component, props){
88

99
let baseElement = document.body,
1010
container = baseElement.appendChild(document.createElement('div')),

0 commit comments

Comments
 (0)