Skip to content

Commit

Permalink
Merge pull request #53 from kylefox/patch-1
Browse files Browse the repository at this point in the history
Add ` jasmine-core` to Rails setup instructions
  • Loading branch information
sgravrock committed Mar 15, 2024
2 parents 6d8477c + cd58e6b commit ef96b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -95,7 +95,7 @@ whether you use the Asset Pipeline or Webpacker.

### Webpacker

1. Run `yarn add --dev jasmine-browser-runner`.
1. Run `yarn add --dev jasmine-browser-runner jasmine-core`.
2. Run `npx jasmine-browser-runner init`.
3. Edit `spec/support/jasmine-browser.json` as follows:
```
Expand Down

0 comments on commit ef96b95

Please sign in to comment.