This website works better with JavaScript.
首頁
探索
說明
登入
modal-soft
/
oblique-strategies-cli
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Remove unnecessary imports
Only define used imports in tests.
master
TheoryOfNekomata
2 年之前
父節點
a193f047a6
當前提交
4d333e1d5c
共有
2 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/__tests__/formatting.test.ts
+2
-2
src/__tests__/readers.test.ts
+ 1
- 1
src/__tests__/formatting.test.ts
查看文件
@@ -4,7 +4,7 @@ import {
describe,
it,
expect,
vi, beforeAll, afterAll,
beforeEach, afterEach,
vi, beforeAll, afterAll,
} from 'vitest';
import { main } from '../app';
import * as presenters from '../presenters';
+ 2
- 2
src/__tests__/readers.test.ts
查看文件
@@ -1,7 +1,7 @@
import * as obliqueStrategiesCore from '@theoryofnekomata/oblique-strategies-core';
import {
afterAll,
afterEach,
beforeAll,
beforeEach,
afterAll,
beforeAll,
describe,
expect,
it, vi,
Write
Preview
Loading…
取消
儲存