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

Commit eb40fc4

Browse files
authored
Update src/index.ts
1 parent f1115e8 commit eb40fc4

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)