mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Currently, three 'dynamic import' tests exist in the self-test suite: * dynamic import(...) in development * dynamic import(...) in production * dynamic import(...) with cache These tests take quite some time to run; each test takes ~5 minutes. While it's great to test them in a faster environment (Unix), which Meteor will continue to do, the overall value of the three separate tests is not as great in a slower testing environment, like Windows.