mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
by default running `npm run test:core` will only run unit tests. E2E tests require setting up credentials in the .env file. Until we figure out a way to streamline this whole process, this is how the tests will be run.
6 lines
52 B
JavaScript
6 lines
52 B
JavaScript
module.exports = {
|
|
e2e: {
|
|
IS_E2E: true
|
|
}
|
|
};
|