Compare commits

..

3 Commits

Author SHA1 Message Date
3998745c92
chore: apply lint fixes
Some checks failed
continuous-integration/drone/pr Build is failing
2024-02-07 12:44:27 +01:00
c8267a467a
chore: disable lint rule 2024-02-07 12:43:13 +01:00
ca983905ba
chore: apply lint fixes 2024-02-07 12:43:10 +01:00

View File

@ -1,6 +1,6 @@
import {defineConfig} from 'cypress' import {defineConfig} from 'cypress'
defineConfig({ export default defineConfig({
env: { env: {
API_URL: 'http://localhost:3456/api/v1', API_URL: 'http://localhost:3456/api/v1',
TEST_SECRET: 'averyLongSecretToSe33dtheDB', TEST_SECRET: 'averyLongSecretToSe33dtheDB',