This commit is contained in:
まっちゃとーにゅ 2024-03-06 02:56:00 +09:00
parent 9e63703d59
commit 5078c58303
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
3 changed files with 3 additions and 3 deletions

View file

@ -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', () => {