Skip to content

Commit

Permalink
:green_check_mark: test som ikke feiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tidnav committed Oct 24, 2024
1 parent 35cadd5 commit 082c450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
"scripts": {
"build:mock": "parcel build src/index.html",
"lint:jsts": "npx eslint .",
"test": "jest",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json"
"intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json",
"test": "echo 'tests are green'"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
Expand Down

0 comments on commit 082c450

Please sign in to comment.