This website works better with JavaScript.
首頁
探索
說明
登入
modal-soft
/
oblique-strategies-web-api
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Use proper imports, update package name
Use proper scope for packages.
master
TheoryOfNekomata
1 年之前
父節點
f5c0f52a5a
當前提交
5eb3d1ca0c
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-1
src/modules/card/__tests__/service.test.ts
+ 1
- 1
package.json
查看文件
@@ -1,5 +1,5 @@
{
"name": "@
theoryofnekomata
/oblique-strategies-web-api",
"name": "@
modal-sh
/oblique-strategies-web-api",
"version": "0.0.0",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/production/index.js",
+ 1
- 1
src/modules/card/__tests__/service.test.ts
查看文件
@@ -5,7 +5,7 @@ import {
it,
vi,
} from 'vitest';
import { generate } from '@
theoryofnekomata
/oblique-strategies-core';
import { generate } from '@
modal-sh
/oblique-strategies-core';
import { CardService, CardServiceImpl } from '../service';
vi.mock('@theoryofnekomata/oblique-strategies-core');
Write
Preview
Loading…
取消
儲存