Skip to content

Commit e079cab

Browse files
fix: issue with test environment
1 parent 6ebede5 commit e079cab

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed
File renamed without changes.

cypress/videos/actions.cy.ts.mp4

15 Bytes
Binary file not shown.

cypress/videos/utils.cy.ts.mp4

222 Bytes
Binary file not shown.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"author": "Alexander Heimbuch <[email protected]>",
66
"license": "MIT",
77
"type": "module",
8-
"main": "./dist/farbraum.umd.js",
98
"files": [
109
"dist"
1110
],
@@ -50,7 +49,7 @@
5049
"clean": "rm -rf dist/* && mkdir -p dist/",
5150
"build": "vite build",
5251
"test": "cypress run --browser chrome",
53-
"test:dev": "cypress run --browser chrome",
52+
"test:dev": "cypress open --browser chrome",
5453
"release": "release-it",
5554
"prepare": "husky install",
5655
"format": "prettier -w {src,cypress}/**/*.ts"

0 commit comments

Comments
 (0)