Storage service tests and benches in ts/test-mock
This commit is contained in:
parent
48137a498c
commit
6281d52ec6
20 changed files with 1866 additions and 100 deletions
8
ci.js
Normal file
8
ci.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
const config = require('./app/config').default;
|
||||
|
||||
config.util.extendDeep(config, JSON.parse(process.env.SIGNAL_CI_CONFIG || ''));
|
||||
|
||||
require('./app/main');
|
Loading…
Add table
Add a link
Reference in a new issue