fix type errors (again)
This commit is contained in:
parent
542b99244a
commit
2bbd5be646
2 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@ process.env.NODE_ENV = 'test';
|
|||
|
||||
import { describe, test, expect } from '@jest/globals';
|
||||
import { loadConfig } from '@/config.js';
|
||||
import { getValidator } from '../../../../../test/prelude/get-api-validator.js';
|
||||
import { paramDef } from './create.js';
|
||||
import { getValidator } from '../../../../../../test/prelude/get-api-validator.js';
|
||||
import { paramDef } from '@/server/api/endpoints/notes/create.js';
|
||||
|
||||
const config = loadConfig();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue