fix test
This commit is contained in:
parent
9e63703d59
commit
5078c58303
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
process.env.NODE_ENV = 'test';
|
||||
|
||||
import * as assert from 'assert';
|
||||
import { api, makeStreamCatcher, post, signup, uploadFile } from '../utils.js';
|
||||
import { api, makeStreamCatcher, post, sendEnvUpdateRequest, signup, uploadFile } from '../utils.js';
|
||||
import type * as misskey from 'misskey-js';
|
||||
|
||||
describe('Drive', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue