Skip to content

Commit fd64b23

Browse files
committed
upgrade dependencies
1 parent 6b65547 commit fd64b23

File tree

4 files changed

+2062
-2520
lines changed

4 files changed

+2062
-2520
lines changed

e2e/javascript/index.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { version } from 'vue';
2-
31
describe('Vue 3 Playground', () => {
42
it('should display playground text on page', () => {
53
cy.visit('/');
6-
cy.contains('h2', `Vue ${version} Playground`);
4+
cy.contains('h2', 'Vue 3.1.3 Playground');
75
});
86
});

e2e/typescript/index.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { version } from 'vue';
2-
31
describe('Vue 3 Playground', () => {
42
it('should display playground text on page', () => {
53
cy.visit('/');
6-
cy.contains('h2', `Vue ${version} Playground`);
4+
cy.contains('h2', 'Vue 3.1.3 Playground');
75
});
86
});

0 commit comments

Comments
 (0)