Skip to content

Commit ec034e2

Browse files
Fix tests (#5176)
* Fix cake test:integrations per newer Webpack * Update dependencies * Update dependencies
1 parent ff24e5c commit ec034e2

File tree

4 files changed

+1107
-1135
lines changed

4 files changed

+1107
-1135
lines changed

Cakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,9 @@ task 'test:integrations', 'test the module integrated with other libraries and e
486486
webpack = require 'webpack'
487487
webpack {
488488
entry: './'
489+
optimization:
490+
# Webpack’s minification causes the CoffeeScript module to fail some tests.
491+
minimize: off
489492
output:
490493
path: tmpdir
491494
filename: 'coffeescript.js'

lib/coffeescript/parser.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)