This commit is contained in:
zodern
2020-06-07 19:34:41 -05:00
parent 1f771c080d
commit 618c4e63e3
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
# zodern:modules-runtime-hot
Patches modules-runtime to support HMR.

View File

@@ -25,5 +25,4 @@ Package.onUse(function (api) {
Package.onTest(function (api) {
api.use("tinytest");
api.use("modules"); // Test modules-runtime via modules.
api.addFiles("modules-runtime-tests.js");
});