Skip to content

Commit

Permalink
Update as-pect.config.js (as-pect#329)
Browse files Browse the repository at this point in the history
use  "incremental" for runtime value and change comment to mention AssemblyScript 0.18 runtime values
  • Loading branch information
bcolloran committed Feb 19, 2021
1 parent 67fda96 commit ace6f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/init/as-pect.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
/** To output a wat file, uncomment the following line. */
// "--textFile": ["output.wat"],
/** A runtime must be provided here. */
"--runtime": ["full"], // Acceptable values are: full, half, stub (arena), and none
"--runtime": ["incremental"], // Acceptable values are: "incremental", "minimal", and "stub"
},
/**
* A set of regexp that will disclude source files from testing.
Expand Down

0 comments on commit ace6f44

Please sign in to comment.