Skip to content

Commit 747b5ae

Browse files
committed
feil dummet meg ut
1 parent 082c450 commit 747b5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
"scripts": {
7373
"build:mock": "parcel build src/index.html",
7474
"lint:jsts": "npx eslint .",
75+
"test": "jest",
7576
"dev": "next dev",
7677
"build": "next build",
7778
"start": "next start",
7879
"lint": "next lint",
7980
"prepare": "husky install",
80-
"intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json",
81-
"test": "echo 'tests are green'"
81+
"intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json"
8282
},
8383
"lint-staged": {
8484
"*.{js,ts,tsx}": "eslint --cache --fix",

0 commit comments

Comments
 (0)