Skip to content

Commit f9d556d

Browse files
authored
Update api.spec.js
1 parent 31dad30 commit f9d556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/api.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ describe('router app destroy handling', () => {
177177

178178
it('router and apps should be defined', () => {
179179
expect(router).toBeDefined()
180-
expect(router istanceof Router).toBe(true)
180+
expect(router instanceof Router).toBe(true)
181181
expect(app1).toBeDefined()
182182
expect(app1 instanceof Vue).toBe(true)
183183
expect(app2).toBeDefined()

0 commit comments

Comments
 (0)