Spaces:
Running
Running
File size: 279 Bytes
d7694d8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"name": "iris-ai-frontend-tests",
"version": "1.0.0",
"private": true,
"description": "Frontend unit tests for IRIS-AI ticker validation",
"scripts": {
"test": "node --test tests/test_ticker_validation.js"
},
"devDependencies": {
"jsdom": "^25.0.0"
}
}
|