Skip to content

Commit

Permalink
test: fix nuxt test
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 13, 2023
1 parent ab7de69 commit 6dfceb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/vue3/cypress-parallel.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import fs from 'fs/promises'
import { globby } from 'globby'
import { minimatch } from 'minimatch'
import minimatch from 'minimatch'
import { exec } from 'child_process'

const totalRunners = parseInt(process.env.TOTAL_RUNNERS)
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cypress": "^9.5.3",
"globby": "^13.2.2",
"histoire": "workspace:*",
"minimatch": "^9.0.3",
"minimatch": "^5.0.0",
"nodemon": "^2.0.20",
"sass": "^1.50.0",
"start-server-and-test": "^1.14.0",
Expand Down
11 changes: 2 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6dfceb0

Please sign in to comment.