This website works better with JavaScript.
Home
Explore
Help
Sign In
modal-soft
/
oblique-strategies-web-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Use proper imports, update package name
Use proper scope for packages.
master
TheoryOfNekomata
1 year ago
parent
f5c0f52a5a
commit
5eb3d1ca0c
2 changed files
with
2 additions
and
2 deletions
Split View
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
View File
@@ -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
View File
@@ -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…
Cancel
Save