fix test script
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
"launch": "node lib/src/backend/Launcher.js",
|
||||
"start": "npm run build && npm run launch",
|
||||
"start-backend": "npm run build-backend && npm run launch",
|
||||
"test": "npm run build-backend && npm run build-backend && mocha lib/test/backendTest.js",
|
||||
"test": "npm run build-backend && mocha lib/test/backendTest.js",
|
||||
"build": "npm run build-backend && npm run build-frontend",
|
||||
"build-backend": "npm run clean-backend && tsc",
|
||||
"build-frontend": "npm run clean-frontend && (mkdir static || rm -rf static/*) && npm run build-dashboard",
|
||||
|
||||
@@ -32,8 +32,6 @@ export class FrontcraftRaidsComponent implements OnInit, OnDestroy{
|
||||
}
|
||||
|
||||
ngOnDestroy = () => {
|
||||
console.log("boom");
|
||||
|
||||
if(this.uuid)
|
||||
this.api.get('PubSub').unsubscribe(this.uuid)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user