mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
tests updated with new import
This commit is contained in:

committed by
Geoff Seemueller

parent
554096abb2
commit
068d8614e0
@@ -2,6 +2,13 @@
|
||||
"name": "@open-gsio/services",
|
||||
"type": "module",
|
||||
"module": "src/index.ts",
|
||||
"version": "1.0.0",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/index.ts",
|
||||
"types": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"tests": "vitest run",
|
||||
"tests:coverage": "vitest run --coverage.enabled=true"
|
||||
|
Reference in New Issue
Block a user