Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: refactor offix-client integration test files (#223)
Browse files Browse the repository at this point in the history
* Re-factored tests

* TypeScript linting

* fix: lint issues in tests

* chore: temporarily disable offix-client integration tests

* ci: remove explicit integration test command

Co-authored-by: Joseph Quevedo <j2a5q7b4@gmail.com>
  • Loading branch information
darahayes and dewstend committed Oct 31, 2019
1 parent ba951c9 commit f5f501c
Show file tree
Hide file tree
Showing 26 changed files with 924 additions and 927 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
- run:
name: test
command: npm test
- run:
name: integration test
command: cd packages/offix-client && npm run integration-test
# No longer have integration tests as a separate command
# We may reintroduce it in the future
# - run:
# name: integration test
# command: cd packages/offix-client && npm run integration-test
- store_artifacts:
path: test-results.xml
prefix: tests
Expand Down
74 changes: 0 additions & 74 deletions packages/offix-client/integration_test/karma.conf.js

This file was deleted.

34 changes: 0 additions & 34 deletions packages/offix-client/integration_test/server/graphql.js

This file was deleted.

29 changes: 0 additions & 29 deletions packages/offix-client/integration_test/server/index.js

This file was deleted.

Loading

0 comments on commit f5f501c

Please sign in to comment.