chore: remove tap & test

pull/318/head
amio 2019-10-25 23:14:55 +08:00
rodzic 6be3881d0c
commit 46c96e0a08
2 zmienionych plików z 0 dodań i 2436 usunięć

2433
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -14,8 +14,6 @@
"dev:web": "next",
"tools": "ts-node -TP server.tsconfig.json tools/gen-examples.ts",
"now-build": "npm run build",
"pretest": "npm run lint",
"test": "tap test/*.js --reporter spec -j12",
"start": "node dist/index.js"
},
"standard": {
@ -66,7 +64,6 @@
"react": "^16.11.0",
"react-dom": "^16.11.0",
"supertest": "^4.0.2",
"tap": "^14.8.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
}