diff --git a/Cakefile b/Cakefile index b28c85b307..44c37011c9 100644 --- a/Cakefile +++ b/Cakefile @@ -403,11 +403,6 @@ runTests = (CoffeeScript) -> # Run every test in the `test` folder, recording failures. files = fs.readdirSync 'test' - # Ignore async test file if async/await is not available - asyncSupported = parseInt(process.versions.node.split('.')[0]) >= 7 and - ('--harmony' in process.execArgv or '--harmony-async-await' in process.execArgv) - files.splice files.indexOf('async.coffee'), 1 unless asyncSupported - for file in files when helpers.isCoffee file literate = helpers.isLiterate file currentFile = filename = path.join 'test', file diff --git a/docs/v2/index.html b/docs/v2/index.html index ac13408095..76e5d7e7a0 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -607,6 +607,9 @@ + + +