Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
lib-ical
Commits
7a1bf0ed
Commit
7a1bf0ed
authored
Mar 23, 2017
by
Mark Stenglein
Browse files
Get better reporting on CI and local
Signed-off-by:
Mark Stenglein
<
mark@stengle.in
>
parent
b9419453
Pipeline
#1128
failed with stages
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
7a1bf0ed
...
...
@@ -8,10 +8,10 @@
"dist/"
],
"scripts"
:
{
"test"
:
"NODE_ENV=test
mocha
--recursive --compilers ts:ts-node/register --bail"
,
"glabCLI"
:
"mocha
-R mochawesome
-r ts-node/register test/**/*.spec.ts"
,
"test"
:
"NODE_ENV=test
nyc --reporter=text mocha -R nyan
--recursive --compilers ts:ts-node/register --bail"
,
"glabCLI"
:
"mocha -r ts-node/register test/**/*.spec.ts"
,
"lint"
:
"tslint -r tslint.json src/**/*.ts"
,
"cover"
:
"NODE_ENV=test nyc --reporter=text-summary npm
t
"
,
"cover"
:
"NODE_ENV=test nyc --reporter=text-summary npm
run glabCLI
"
,
"coveralls"
:
"nyc report --reporter=lcov"
},
"repository"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment