diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-06-04 14:03:46 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-06-04 14:03:46 +0900 |
| commit | 1177528c259cafd6df30b62bfd3c0f4e74f64251 (patch) | |
| tree | f5638a5b1de71d0fcd7d908cac22fa37d986025d | |
| parent | fix:vue-plyr廃止追加対応(Audio要素のコンテキストメニュー... (diff) | |
| download | sharkey-1177528c259cafd6df30b62bfd3c0f4e74f64251.tar.gz sharkey-1177528c259cafd6df30b62bfd3c0f4e74f64251.tar.bz2 sharkey-1177528c259cafd6df30b62bfd3c0f4e74f64251.zip | |
fix backend e2e
| -rw-r--r-- | packages/backend/test/e2e/2fa.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/test/e2e/2fa.ts b/packages/backend/test/e2e/2fa.ts index 0addb430c9..5da997f28b 100644 --- a/packages/backend/test/e2e/2fa.ts +++ b/packages/backend/test/e2e/2fa.ts @@ -2,7 +2,7 @@ process.env.NODE_ENV = 'test'; import * as assert from 'assert'; import * as crypto from 'node:crypto'; -import * as cbor from 'cbor'; +import cbor from 'cbor'; import * as OTPAuth from 'otpauth'; import { loadConfig } from '../../src/config.js'; import { signup, api, post, react, startServer, waitFire } from '../utils.js'; |