Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: e2e coverage #58

Closed
5 tasks done
hi-ogawa opened this issue Apr 24, 2022 · 1 comment · Fixed by #64
Closed
5 tasks done

test: e2e coverage #58

hi-ogawa opened this issue Apr 24, 2022 · 1 comment · Fixed by #64

Comments

@hi-ogawa
Copy link
Owner

hi-ogawa commented Apr 24, 2022

references

@hi-ogawa
Copy link
Owner Author

hi-ogawa commented Apr 24, 2022

EDIT: solved in #61

We could pre-compile for e2e, but simply remix dev should work.

# precompile
npm run dev:prepare
NODE_ENV=development npx remix build --sourcemap
npx c8 "node_modules/.bin/remix-serve" build/remix/development/server/index.js

# usual dev
npx c8 "node_modules/.bin/remix" dev

It might be tricky to kill remix server specifically...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant