TheOdinProject / javascript-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercises : Change CommonJS to ESmodule format

Shurtu-gal opened this issue · comments

Complete the following REQUIRED checkboxes:

  • I have thoroughly read and understand The Odin Project Contributing Guide
  • The title of this issue follows the location for request: brief description of request format, e.g. Exercises: Add exercise on XYZ

The following checkbox is OPTIONAL:

  • I would like to be assigned this issue to work on it

1. Description of the Feature Request:

  • Currently the exercises are using CommonJs format. i.e module.exports
  • Could be changed to ESmodule format. i.e export default

2. Acceptance Criteria:

3. Additional Information:

Sorry 🙃
Jest is still in its experimental phase with regards to ESM.