add 400 conditions

This commit is contained in:
Michael C
2021-07-10 16:30:30 -04:00
parent 596dbf4ac8
commit e8d0da3ce3
7 changed files with 47 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import fetch from 'node-fetch';
import {db} from '../../src/databases/databases';
import {Done, getbaseURL} from '../utils';
import {getHash} from '../../src/utils/getHash';
import assert from 'assert';
describe('getSkipSegments', () => {
before(async () => {