diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-13 16:07:40 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-03-18 11:17:59 +0100 |
commit | d0e1e32589f4e76446eb84a3ec8e7fea39963412 (patch) | |
tree | 201423c677e61490d8e289a9cb9f39cc0e76e3ed /client/src/setupJest.ts | |
parent | 0b16f5f2202e0c0832b5e678fadd95c64b8e8789 (diff) | |
download | PeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.tar.gz PeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.tar.zst PeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.zip |
Remove jest tests
I don't have time to maintain them
Diffstat (limited to 'client/src/setupJest.ts')
-rw-r--r-- | client/src/setupJest.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/setupJest.ts b/client/src/setupJest.ts deleted file mode 100644 index 8d88704e8..000000000 --- a/client/src/setupJest.ts +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | import 'jest-preset-angular'; | ||