Skip to content

Commit

Permalink
Enable js tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Jan 6, 2025
1 parent dc54d33 commit e48ebcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 136 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Security audit application code
run: bundle exec brakeman -q

- name: Javascript tests
run: bundle exec teaspoon

test:
runs-on: ubuntu-latest
permissions:
Expand Down
135 changes: 0 additions & 135 deletions spec/javascripts/support/jasmine.yml

This file was deleted.

2 changes: 1 addition & 1 deletion spec/teaspoon_env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# Specify a file matcher as a regular expression and all matching files will be loaded when the suite is run. These
# files need to be within an asset path. You can add asset paths using the `config.asset_paths`.
suite.matcher = "{spec/javascripts,app/assets}/**/*_spec.{js,js.coffee,coffee,es6,js.es6}"
suite.matcher = "spec/javascripts/**/*Spec.js"

# Load additional JS files, but requiring them in your spec helper is the preferred way to do this.
# suite.javascripts = []
Expand Down

0 comments on commit e48ebcf

Please sign in to comment.