Skip to content

Commit

Permalink
Fix rescript v9 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 30, 2023
1 parent 88f845b commit d5d1f7b
Show file tree
Hide file tree
Showing 6 changed files with 446 additions and 511 deletions.
9 changes: 2 additions & 7 deletions e2e/rescript-v10-JSX4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,25 @@
"clean": "rm -rf src/bundle.js; rescript clean",
"test_watch": "concurrently 'npm run watch' 'vitest'",
"pretest": "npm run build",
"test": "vitest --run --silent"
"test": "vitest --run --silent --root test"
},
"dependencies": {
"@davesnx/styled-ppx-css": "file:../../_build/default/packages/css/rescript",
"@davesnx/styled-ppx-emotion": "file:../../_build/default/packages/emotion/rescript",
"@emotion/css": "^11.11.2",
"@rescript/react": "0.11.0",
"@rescriptbr/react-testing-library": "1.0.1",
"@swc/plugin-emotion": "^2.5.95",
"concurrently": "^5.1.0",
"jsdom": "^21.1.0",
"live-server": "1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rescript": "10.1.3",
"rescript-vitest": "1.1.0",
"rescript-webapi": "0.7.0",
"vite": "4.2.1",
"vite-plugin-cjs-interop": "^1.1.0",
"vitest": "0.29.7"
},
"devDependencies": {
"vitest": "0.29.7",
"@jihchi/vite-plugin-rescript": "^5.3.1",
"rollup-plugin-node-externals": "^6.1.2",
"vite-plugin-externalize-deps": "^0.7.0"
}
}
Loading

0 comments on commit d5d1f7b

Please sign in to comment.