Skip to content

Commit

Permalink
refactor(tests): change dir structure for tests (SortableJS#1881)
Browse files Browse the repository at this point in the history
* refactor(tests): move HTML fixtures into own dir

* refactor(tests): separate e2e tests into folders

* refactor(deps): packagejson reformat

* refactor(deps): remove cypress from dev deps

* refactor(ci): add description to circleci
  • Loading branch information
waynevanson authored Aug 17, 2020
1 parent 340e8a2 commit e6110af
Show file tree
Hide file tree
Showing 22 changed files with 728 additions and 1,653 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- run:
name: Compatibility Test
# Only run e2e-tests if the PR
# is published by the Sortable Organization
command: |
if [ -z "$CIRCLE_PR_NUMBER" ];
then
Expand Down
Loading

0 comments on commit e6110af

Please sign in to comment.