Skip to content

Commit 8206851

Browse files
authored
Remove unnecessary npm packages (#67)
- Include documentation around the npm packages needed for Fuchu on Fable
1 parent 4cae840 commit 8206851

File tree

3 files changed

+18
-2171
lines changed

3 files changed

+18
-2171
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,19 @@ In order to be able to test your code both with .net and Fable you can adjust yo
115115

116116
Note that we don't use assembly scanning with Fable.
117117

118+
You will need to have [esm](https://www.npmjs.com/package/esm) installed, leaving you with the following package.json:
119+
120+
{
121+
"private": true,
122+
"dependencies": {
123+
"esm": "^3.2.25"
124+
},
125+
"name": "tests"
126+
}
127+
118128
In order to run the tests with Fable you then use `dotnet fable` to run your test project:
119129

120-
dotnet fable YourTestProject --outDir bin --runScript ./bin /d
130+
dotnet fable YourTestProject --outDir bin --runScript
121131

122132
## FsCheck integration ##
123133

0 commit comments

Comments
 (0)