Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit ca2991b

Browse files
committed
Merge branch 'jess/root-vue-node' of github.com:bahmutov/cypress-vue-unit-test into jess/root-vue-node
2 parents 85b5175 + eb40fc4 commit ca2991b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const installPlugins = (Vue, options, props) => {
5353
Cypress._.get(options, 'extensions.plugins') ||
5454
[]
5555

56-
debugger;
5756
// @ts-ignore
5857
plugins.forEach((p) => {
5958
Array.isArray(p) ? Vue.use(...p) : Vue.use(p)

0 commit comments

Comments
 (0)