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

divide test into env. specific folders #1585

Open
jimmywarting opened this issue Dec 21, 2022 · 0 comments
Open

divide test into env. specific folders #1585

jimmywarting opened this issue Dec 21, 2022 · 0 comments
Assignees

Comments

@jimmywarting
Copy link
Contributor

...Makes it easier to run test file that are NodeJS or Browser specific and can't run in any other env.

/test
|-- nodejs           <-- NodeJS specific 
|   |-- test001.js   <-- fs test
|-- browsers         <-- browser specific 
|   |-- test002.js   <-- indexeddb test 
|   |-- test006.js   <-- localstorage test
|-- test003.js       <-- universal
|-- test004.js       <-- universal

After fixing this then we could perhaps remove the DOM-storage (aka local/session-storage) dependency and only have that running inside browser with proper CI/CD pipeline.

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

No branches or pull requests

1 participant