diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-25 09:46:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-14 15:37:42 +0200 |
commit | da3a3ab6829107b3ed7f18dda42648dfde41871d (patch) | |
tree | 0440ec299637afa27b7c965a36ae61a2b8ddb03e /server/tests/api/notifications | |
parent | 56ba489f67474b176ddbba2f5f6247df583c868a (diff) | |
download | PeerTube-da3a3ab6829107b3ed7f18dda42648dfde41871d.tar.gz PeerTube-da3a3ab6829107b3ed7f18dda42648dfde41871d.tar.zst PeerTube-da3a3ab6829107b3ed7f18dda42648dfde41871d.zip |
Try parallel check params tests
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r-- | server/tests/api/notifications/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/index.ts b/server/tests/api/notifications/index.ts index 95ac8fc51..b573f850e 100644 --- a/server/tests/api/notifications/index.ts +++ b/server/tests/api/notifications/index.ts | |||
@@ -1 +1 @@ | |||
export * from './user-notifications' | import './user-notifications' | ||