From 747b5ae4a0dca9d46a43e8d4443b6d1a26e40b34 Mon Sep 17 00:00:00 2001 From: Tor Idland Date: Thu, 24 Oct 2024 13:10:47 +0200 Subject: [PATCH] feil dummet meg ut --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 046593ba..4787d17f 100644 --- a/package.json +++ b/package.json @@ -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", - "test": "echo 'tests are green'" + "intl:diff": "json-diff -k ./translations/nb.json ./translations/nn.json" }, "lint-staged": { "*.{js,ts,tsx}": "eslint --cache --fix",