summaryrefslogtreecommitdiffstats
path: root/ui/jest.config.js
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-04-27 12:57:00 -0400
committerDessalines <tyhou13@gmx.com>2020-04-27 12:57:00 -0400
commit22abbebd41d586298c62bb6a45efa7a96d998049 (patch)
tree60c31f49e9cee360cd06edc18eb53f93e953d6b7 /ui/jest.config.js
parent3ce061836242813730ec0b63240097347647dfc4 (diff)
Lots of additions to federation.
- Added a shared inbox. - Added federated comments, comment updates, and tests. - Abstracted ap object sends into a common trait.
Diffstat (limited to 'ui/jest.config.js')
-rw-r--r--ui/jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jest.config.js b/ui/jest.config.js
index ebe914b1..abe695be 100644
--- a/ui/jest.config.js
+++ b/ui/jest.config.js
@@ -1,6 +1,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
+ testTimeout: 30000,
globals: {
'ts-jest': {
diagnostics: false,