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

Commit

Permalink
Fix docker-compose run javascript_test
Browse files Browse the repository at this point in the history
Fix tests failing due to `/runner/frameworks` replaced with bind mount.
  • Loading branch information
kazk committed Oct 5, 2017
1 parent 1c71c58 commit e7c8f5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,11 @@ services:
volumes:
- ./lib:/runner/lib
- ./examples:/runner/examples
- ./frameworks:/runner/frameworks
- ./frameworks/javascript/chai-display.js:/runner/frameworks/javascript/chai-display.js
- ./frameworks/javascript/cw-2.js:/runner/frameworks/javascript/cw-2.js
- ./frameworks/javascript/display.js:/runner/frameworks/javascript/display.js
- ./frameworks/javascript/karma-coderunner-reporter.js:/runner/frameworks/javascript/karma-coderunner-reporter.js
- ./frameworks/javascript/mocha-reporter.js:/runner/frameworks/javascript/mocha-reporter.js
- ./test:/runner/test
entrypoint: 'mocha -t 5000 --recursive test/runners/javascript/'

Expand Down

0 comments on commit e7c8f5c

Please sign in to comment.