remove tests

This commit is contained in:
counterweight 2025-08-28 22:45:36 +02:00
parent 74263b1e1c
commit f444bd792f
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 0 additions and 206 deletions

View file

@ -24,7 +24,6 @@
"build": "webpack",
"watch": "webpack --watch",
"cli": "node src/cli.js",
"test": "playwright test",
"lint": "eslint . --fix",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,html,ejs}\""
},