repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

starfx / examples / tests-rtl
Jacob Bolda  ·  2025-07-07

package.json

 1{
 2  "name": "tests-rtl",
 3  "scripts": {
 4    "test": "jest"
 5  },
 6  "dependencies": {
 7    "starfx": "file:../.."
 8  },
 9  "devDependencies": {
10    "@babel/core": "^7.28.0",
11    "@babel/preset-env": "^7.28.0",
12    "@babel/preset-react": "^7.27.1",
13    "@babel/preset-typescript": "^7.27.1",
14    "@testing-library/dom": "^10.4.0",
15    "@testing-library/jest-dom": "^6.6.3",
16    "@testing-library/react": "^16.3.0",
17    "@testing-library/user-event": "^14.6.1",
18    "babel-jest": "^30.0.4",
19    "jest": "^30.0.4",
20    "jest-environment-jsdom": "^30.0.4",
21    "whatwg-fetch": "^3.6.20"
22  }
23}