Skip to content

Commit

Permalink
fix broken link again
Browse files Browse the repository at this point in the history
  • Loading branch information
darangi committed Feb 21, 2022
1 parent 87f00bb commit e39b219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/hacking-atom/sections/package-word-count.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ From here you can inspect objects, run code and view console output just as thou

Your package should have tests, and if they're placed in the `spec` directory, they can be run by Atom.

Under the hood, [Jasmine v1.3](https://jasmine.github.io/1.3/introduction.html) executes your tests, so you can assume that any DSL available there is also available to your package.
Under the hood, [Jasmine v1.3](https://jasmine.github.io/archives/1.3/introduction) executes your tests, so you can assume that any DSL available there is also available to your package.

##### Running Tests

Expand Down

0 comments on commit e39b219

Please sign in to comment.