mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-20 15:11:26 +00:00
Always `down` containers after test Fix workdir test failing on CircleCI See: https://support.circleci.com/hc/en-us/articles/360007324514-How-can-I-mount-volumes-to-docker-containers-
13 lines
181 B
JSON
13 lines
181 B
JSON
{
|
|
"extends": [
|
|
"es/2015/server",
|
|
"plugin:jest/recommended"
|
|
],
|
|
"rules": {
|
|
"no-console" :"off"
|
|
},
|
|
"plugins": ["jest"],
|
|
"env": {
|
|
"jest/globals": true
|
|
}
|
|
}
|