Remove SRC_PATH global variable

This commit is contained in:
John Hildenbiddle 2020-10-26 02:18:01 -05:00
parent 3af1cfa84e
commit b33d750e0b

View File

@ -1,4 +1,4 @@
const { removeAtag } = require(`${SRC_PATH}/core/render/utils`);
const { removeAtag } = require('../../src/core/render/utils');
// Suite
// -----------------------------------------------------------------------------