We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af1cfa commit b33d750Copy full SHA for b33d750
test/unit/render-util.test.js
@@ -1,4 +1,4 @@
1
-const { removeAtag } = require(`${SRC_PATH}/core/render/utils`);
+const { removeAtag } = require('../../src/core/render/utils');
2
3
// Suite
4
// -----------------------------------------------------------------------------
0 commit comments