Files
notesnook/packages/core/.env-cmdrc.js
Abdullah Atta 8fa4e2184f config: streamline running core tests
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.
2022-08-31 20:03:58 +05:00

6 lines
52 B
JavaScript

module.exports = {
e2e: {
IS_E2E: true
}
};