Fix category action test

This was the same test as before -.-
This commit is contained in:
sonny 2020-04-11 09:49:07 +02:00
parent 73ae0271e4
commit ae942f5ef9
204 changed files with 506 additions and 1423 deletions

View file

@ -7,8 +7,8 @@
"lint": "npx prettier \"src/newsreader/js/**/*.js\" --check",
"format": "npx prettier \"src/newsreader/js/**/*.js\" --write",
"build": "npx webpack --config webpack.dev.babel.js",
"build:watch": "npx webpack --config webpack.dev.babel.js --watch",
"build:prod": "npx webpack --config webpack.prod.babel.js",
"watch": "npx webpack --config webpack.dev.babel.js --watch",
"test": "npx jest",
"test:watch": "npm test -- --watch"
},
@ -19,6 +19,7 @@
"author": "Sonny",
"license": "GPL-3.0-or-later",
"dependencies": {
"css.gg": "^1.0.6",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"object-assign": "^4.1.1",