이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
modal-soft
/
oblique-strategies-web-api
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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');
쓰기
미리보기
불러오는 중...
취소
저장