Skip to content

Commit 7442997

Browse files
authored
Merge pull request #270 from GordonSmith/JASMINE
chore: Switch to Jasmine for testing
2 parents 66bc3bb + 6a5d4d3 commit 7442997

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+2601
-6668
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
sudo apt-get install -y git cmake ninja-build wget zip
3535
sudo apt-get install -y gcc-multilib g++-multilib pkg-config autoconf bison libtool flex
3636
sudo apt-get install -y python3 python3-pip
37-
sudo apt-get install -y chromium
3837
3938
- name: Export GitHub Actions cache environment variables
4039
uses: actions/github-script@v7
@@ -56,9 +55,12 @@ jobs:
5655
run: |
5756
npm run build
5857
58+
- name: Prime gecko webdriver
59+
working-directory: packages/base91
60+
run: |
61+
npm run test || echo "Prime gecko webdriver"
62+
5963
- name: Test
60-
env:
61-
CI: true
6264
run: |
6365
npm run test
6466

karma.conf.cjs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)