Skip to content

Commit

Permalink
feat: use jasmine and run sequentially (#49)
Browse files Browse the repository at this point in the history
* feat: allow import of directus-sync

* feat: first working test on one process

* chore: move directus instance to e2e

* feat: tests working individually

* chore: run prettier

* chore: cleanup cli package and remove e2e tests

* chore: cleanup api package

* chore: cleanup e2e deps

* chore: eslint config

* feat: avoid multiple server at once

* chore: prettier

* feat(e2e): working test suite (sequentially)

* chore(e2e): run prettier

* test(e2e): fix pullAndPushWithoutChanges
  • Loading branch information
EdouardDem committed Apr 22, 2024
1 parent 8f7f7dc commit be40ff4
Show file tree
Hide file tree
Showing 104 changed files with 11,053 additions and 8,383 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ module.exports = {
root: true,
rules: {
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-misused-promises': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unused-vars': ['error', { ignoreRestSiblings: true }],
Expand Down
19 changes: 0 additions & 19 deletions directus/.env

This file was deleted.

16 changes: 0 additions & 16 deletions directus/bootstrap.sh

This file was deleted.

1 change: 0 additions & 1 deletion directus/extensions/directus-extension-sync

This file was deleted.

14 changes: 0 additions & 14 deletions directus/package.json

This file was deleted.

23 changes: 0 additions & 23 deletions directus/start.sh

This file was deleted.

Loading

0 comments on commit be40ff4

Please sign in to comment.