wayfair-archive / awesome-learning-exercises

Awesome Learning Exercises - the source code for the Awesome Learning platform.
https://wayfair.github.io/awesome-learning/
BSD 2-Clause "Simplified" License
15 stars 19 forks source link

CodeSandboxes that point to a test file in package.json fail to load #51

Closed SheaBelsky closed 4 years ago

SheaBelsky commented 4 years ago

Issue

A recent change in CodeSandbox now stops test files from loading if the test file is pointed to from the main field of the package.json. They don't anticipate fixing this issue in the near future, so we need to remove the main fields until we can add a ?module=/path/to/string to each exercise.

See: https://github.com/codesandbox/codesandbox-client/issues/3373