Skip to content

Commit

Permalink
Tests: Use the new components.js file directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Mar 20, 2018
1 parent 2b8321d commit 0e1a8b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions tests/helper/components.js

This file was deleted.

2 changes: 1 addition & 1 deletion tests/helper/prism-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var fs = require("fs");
var vm = require("vm");
var components = require("./components");
var components = require("../../components");
var languagesCatalog = components.languages;


Expand Down

0 comments on commit 0e1a8b7

Please sign in to comment.