このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
modal-soft
/
oblique-strategies-web-api
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Use proper imports, update package name
Use proper scope for packages.
master
TheoryOfNekomata
1年前
親
f5c0f52a5a
コミット
5eb3d1ca0c
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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');
書き込み
プレビュー
読み込み中…
キャンセル
保存