forked from cadence/out-of-your-element
switch to using api functions over mreq
This commit is contained in:
parent
7ee04d085f
commit
3bc29def41
9 changed files with 64 additions and 31 deletions
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
@ -10,15 +10,7 @@
|
|||
},
|
||||
"problemMatcher": [],
|
||||
"label": "npm: test",
|
||||
"detail": "cross-env FORCE_COLOR=true supertape --format tap test/test.js | tap-dot",
|
||||
"presentation": {
|
||||
"echo": false,
|
||||
"reveal": "always",
|
||||
"focus": false,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": false,
|
||||
"clear": true
|
||||
}
|
||||
"detail": "cross-env FORCE_COLOR=true supertape --format tap test/test.js | tap-dot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue