Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit e2f09fc

Browse files
author
Paulo Sérgio Baima
authored
Merge pull request #10 from psbds/feature/stryker-mutation-tests
Adding stryker mutation tests config
2 parents 3f93ae8 + a1300a6 commit e2f09fc

File tree

12 files changed

+6977
-56
lines changed

12 files changed

+6977
-56
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM node:8
6+
FROM node:10
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ unify-release-build-task/testReport
66
unify-release-build-task/.nyc_output
77
/bin
88
.nyc_output
9-
**/.taskkey
9+
**/.taskkey
10+
.stryker-tmp
11+
stryker.log

0 commit comments

Comments
 (0)