projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
471ee39
)
Add misc endpoints and helpers to npm test
author
Chocobozzz
<me@florianbigard.com>
Tue, 14 Apr 2020 06:56:12 +0000
(08:56 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Tue, 14 Apr 2020 06:57:52 +0000
(08:57 +0200)
server/tests/index.ts
patch
|
blob
|
history
diff --git
a/server/tests/index.ts
b/server/tests/index.ts
index 8bddcfc7cde2eda67294f9db4dead0092fdfdc35..3fbd0ebbde20b0fb0abd17047909307c0d4e93c6 100644
(file)
--- a/
server/tests/index.ts
+++ b/
server/tests/index.ts
@@
-1,6
+1,8
@@
// Order of the tests we want to execute
import './client'
+import './misc-endpoints'
import './feeds/'
import './cli/'
import './api/'
import './plugins/'
+import './helpers/'