From 4a37164adaff1853b3f8f0dd9f44f6591f14c9d7 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Wed, 11 Dec 2019 08:43:45 +0000 Subject: [PATCH] ci(circleci): replace jasmine with mocha --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c27d8f7..2094a766 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: npm install && npm i jasmine-xml-reporter + - run: npm install - save_cache: paths: @@ -34,7 +34,7 @@ jobs: key: v1-dependencies-{{ checksum "package.json" }} # run tests! - - run: ./node_modules/jasmine-xml-reporter/bin/jasmine.js --junitreport --output=junit + - run: npm run test-ci - store_test_results: path: junit @@ -65,7 +65,7 @@ jobs: - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc - - run: npm install && npm i jasmine-xml-reporter + - run: npm install - save_cache: paths: