test: migrate schema.spec.ts from TypeDoc to Easy AST

This commit is contained in:
Wieland Schöbl
2021-09-01 11:40:32 +00:00
committed by Jovan Krunić
parent 70271a4849
commit 596788f3a1
6 changed files with 774 additions and 494 deletions

View File

@@ -12,7 +12,7 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {ValidationError} from '@openstapps/core-tools/lib/common';
import {ValidationError} from '@openstapps/core-tools/lib/types/validator';
import {BAD_REQUEST} from 'http-status-codes';
import {SCError} from '../error';