Skip to content

Commit a539c7e

Browse files
fluffywafflessindresorhus
authored andcommitted
Update JSPM+SystemJS recipe per @jamestalmage.
See istanbuljs/nyc#305 - specifically [this comment and the one after it](istanbuljs/nyc#305 (comment)). Essentially, @jamestalmage brought up that it would be good to explicitly mention in the recipe that you should not pre-build your project with JSPM/SystemJS to run your tests. The purpose of ava-jspm-loader is that you do not have to build before testing. Closes #954
1 parent 7827fa1 commit a539c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/jspm-systemjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/jspm-systemjs.md)
44

5-
It requires a special loader helper to correctly resolve `import`s of JSPM packages when using AVA.
5+
It requires a special loader helper to correctly resolve `import`s of JSPM packages when using AVA. The purpose of the loader is to allow you to run your tests without having to pre-build your JSPM project.
66

77
## Setup
88

0 commit comments

Comments
 (0)