mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 11:42:59 +00:00
feat: tests
This commit is contained in:
@@ -13,9 +13,10 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {ConfigFile} from '../src/common.js';
|
||||
|
||||
const config: ConfigFile = {
|
||||
// ESM is not supported, and cts is not detected, so we use type-checked cjs instead.
|
||||
/** @type {import('../src/common').ConfigFile} */
|
||||
const configFile = {
|
||||
activeVersions: ['1\\.0\\.\\d+', '2\\.0\\.\\d+'],
|
||||
hiddenRoutes: ['/bulk'],
|
||||
logFormat: 'default',
|
||||
@@ -31,4 +32,4 @@ const config: ConfigFile = {
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
export default configFile;
|
||||
Reference in New Issue
Block a user