Anthony Albertini
Anthony Albertini
You could use an option in your package.json's scripts: ``` javascript { ... "scripts": { "test": "node ./node_modules/karma/bin/karma start", "test:dev": "npm run test -- --coverage" }, ... } ``` and...
Cool thanks for the tip
Yep this boilerplate uses mocha enzyme sinon karma
Hi @webaifei Can you please provide this on GitHub? Do you have a repository? It's easier for me to debug your problem.
I would like to use this package, but unfortunately it doesn’t work... ```javascript "next": "13.4.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-spring-bottom-sheet": "^3.4.1" | "3.5.0-alpha.0" ```