question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

rollup recipe without the need for /test/dist?

See original GitHub issue

first, zora looks great, keep it going!

when I read at https://github.com/lorenzofox3/zora#as-part-of-ci-example-with-rollup I have a couple of constructive criticism questions:

-instead of importing each single test file inside test/index.js, can’t we have a wildcard-based solution? so that we do not have update test/index.js each time we add a new test file?

-is there a solution to have the /test/dist part in memory instead so that it does not get written on disk which is imo not needed?

enuff for now 😃 tell me what you think of that?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lorenzofox3commented, Jun 1, 2017

link fixed

0reactions
TehShrikecommented, Jun 5, 2018

glob-module-file works well for piping a bunch of zora test files to be all run at once.

glob-module-file --pattern="**/*.test.js" --format=cjs | node
glob-module-file --pattern="**/*.test.js" --format=cjs | browserify | tape-run
Read more comments on GitHub >

github_iconTop Results From Across the Web

Recipe without the need a destination (keep in memory) #1417
I have an use case here where I want to rollup tape based tests before letting them go through the tape-runner ...
Read more >
Healthy Homemade Fruit Roll Ups (+ Flavor Guide)
This 3 ingredient homemade fruit roll ups recipe is a simple and delicious way to make your own fruit leather (no dehydrator required!)...
Read more >
Homemade Fruit Roll-Ups - A Mind "Full" Mom
Made with just 3 wholesome ingredients and with no need for a dehydrator, you can replace store-bought fruit roll-ups permanently with this ...
Read more >
Homemade Sugar Free, Paleo & Keto Fruit Roll-Ups
All-natural and pure fruit goodness, these homemade paleo and keto fruit roll-ups are just 1 ingredient, super easy, and require no fancy ...
Read more >
Dehydrated Homemade Keto Fruit Roll-Ups Recipe
This all-natural Dehydrated Homemade Keto Fruit Roll-Ups Recipe is a perfect replacement for a Keto Candy with its sticky, chewy and no ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found