We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c996c commit 74f131fCopy full SHA for 74f131f
1 file changed
.github/actions/find/src/dynamicImport.ts
@@ -1,5 +1,5 @@
1
-// - this exists because I'm not sure how to mock
2
-// the dynamic import function, so mocking this instead
+// - this exists because it looks like there's no straight-forward
+// way to mock the dynamic import function, so mocking this instead
3
// (also, if it _is_ possible to mock the dynamic import,
4
// there's the risk of altering/breaking the behavior of imports
5
// across the board - including non-dynamic imports)
0 commit comments