Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,18 @@ jobs:
key: v5-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: npm run test:e2e

test_e2e_client:
name: E2E Client Tests
docker:
- image: circleci/node:latest

working_directory: ~/repo/packages/lib-js-client/

steps:
- restore_cache:
key: v5-repo-{{ .Environment.CIRCLE_SHA1 }}
- run: npm run test:e2e:main

test_e2e_registry:
name: E2E Tests
docker:
Expand Down
10 changes: 0 additions & 10 deletions packages/lib-js-client/.babelrc

This file was deleted.

Loading