UNPKG

chai-nock

Version:

Extends Chai with assertions for the Nock Http mocking framework

16 lines (15 loc) 260 B
{ "env": { "node": true, "es6": true, "jest": true }, "extends": ["airbnb-base", "prettier"], "plugins": ["prettier"], "rules": { "prettier/prettier": [ "error", { "singleQuote": true, "trailingComma": "all" } ] } }