Skip to content

Commit bd61d09

Browse files
committed
Add note on running tests
1 parent 8d8b6d8 commit bd61d09

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FastBoot Express Middleware
22

33
This middleware is a small wrapper around the
4-
[`fastboot`](https://github.com/ember-fastboot/fastboot) package, which
4+
[fastboot](https://github.com/ember-fastboot/fastboot) package, which
55
renders Ember.js apps in Node.js.
66

77
By adding this middleware to your Express app, you can serve HTML from a
@@ -78,3 +78,7 @@ fastboot.reload();
7878
```
7979

8080
[ember-cli-fastboot]: https://github.com/ember-fastboot/ember-cli-fastboot
81+
82+
## Tests
83+
84+
`npm test`

0 commit comments

Comments
 (0)