From 0ec61b7a20f3866640a1ff41d2bd7e166d959cd8 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Fri, 15 Dec 2023 13:30:38 +0100 Subject: [PATCH] Remove test script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2331b6b..5d85faf 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Add an x-ray effect to images in H5P", "private": true, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "lint": "stylelint './src/**/*.scss' && eslint './src/**/*.js'", "build": "webpack --mode=production", "watch": "webpack --mode=development --watch"