Skip to content

Commit

Permalink
Release v7.0.0-esm1
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jan 11, 2020
1 parent 926545a commit e696300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@

## :tada: Enhancements

#4038: Add Node.js native ESM support (@giltayar)
[#4038](https://github.com/mochajs/mocha/issues/4038): Add Node.js native ESM support ([**@giltayar**](https://github.com/giltayar))

Enables Mocha to load ECMAScript Modules test files, also valid for `--file` option.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "7.0.0",
"version": "7.0.0-esm1",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down Expand Up @@ -179,6 +179,7 @@
"Gavin Mogan <GavinM@airg.com>",
"gaye <gaye@mozilla.com>",
"gigadude <gigadude@users.noreply.github.com>",
"Gil Tayar <gil@tayar.org>",
"Giovanni Bassi <giggio@giggio.net>",
"gizemkeser <44727928+gizemkeser@users.noreply.github.com>",
"Glen Huang <curvedmark@gmail.com>",
Expand Down

0 comments on commit e696300

Please sign in to comment.