diff options
Diffstat (limited to 'test/test-script_properties.js')
-rw-r--r-- | test/test-script_properties.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-script_properties.js b/test/test-script_properties.js index 1a58ca0..c65275c 100644 --- a/test/test-script_properties.js +++ b/test/test-script_properties.js @@ -19,7 +19,7 @@ * You should have received a copy of the GNU General Public License * along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. */ -var scriptProperties = require("html_script_finder/dom_handler/script_properties"); +var scriptProperties = require("../lib/html_script_finder/dom_handler/script_properties"); const scriptTypes = scriptProperties.scriptTypes; const statusTypes = scriptProperties.statusTypes; |