Skip to content

Commit

Permalink
Tests: migrate JavaScript tests from karma (deprecated) to `jasmine…
Browse files Browse the repository at this point in the history
…`, and use `jasmine-browser-runner`
  • Loading branch information
jayaddison committed Aug 9, 2024
1 parent 4f270a5 commit 7e3653a
Show file tree
Hide file tree
Showing 6 changed files with 1,298 additions and 1,683 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
- ".github/workflows/nodejs.yml"
- "sphinx/themes/**.js"
- "tests/js/**"
- "karma.conf.js"
- "spec/support/jasmine-browser.mjs"
- "package.json"
- "package-lock.json"
pull_request:
paths:
- ".github/workflows/nodejs.yml"
- "sphinx/themes/**.js"
- "tests/js/**"
- "karma.conf.js"
- "spec/support/jasmine-browser.mjs"
- "package.json"
- "package-lock.json"

Expand Down
75 changes: 0 additions & 75 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit 7e3653a

Please sign in to comment.