mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-01-09 21:58:18 -05:00
Using mocha, chai, and nyc * tests for parsing string for numeric value comparison * tests for parsing string for durations and duration comparisons * tests for parsing reddit entity (subreddit/user) from string * tests for parsing submission/comment id from reddit permalink string * tests for initial config parsing/merging Still can't get nyc to get coverage for everything in src using "all" -- causes reporting to show 0 for everything??
5 lines
87 B
JSON
5 lines
87 B
JSON
{
|
|
"require": ["./register.js", "source-map-support/register"],
|
|
"reporter": "dot"
|
|
}
|