From e83945ad63acd5d0c89a3e066ce4224351d3745d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 4 Mar 2024 13:33:50 -0400 Subject: upd8, test: move import time shenanigans into #import-heck This fixes a test that was previously failing to start. Yay! --- src/import-heck.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/import-heck.js (limited to 'src/import-heck.js') diff --git a/src/import-heck.js b/src/import-heck.js new file mode 100644 index 00000000..3470fbb5 --- /dev/null +++ b/src/import-heck.js @@ -0,0 +1,9 @@ +// Due to import time shenanigans, these imports have to come in the specified +// order. This obviously needs fixing up. + +/* precede #find */ +import '#data-checks'; + +import '#find'; + +// End of import time shenanigans (hopefully) -- cgit 1.3.0-6-gf8a5