Skip to content

Commit

Permalink
🎨 Move some stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Dec 24, 2018
1 parent e40d409 commit cd4b77a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion server/test/test.js → server/test/non-mocha/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with 2Keys. If not, see <https://www.gnu.org/licenses/>.
*/
const run_hotkey = require("../lib/util/ahk").run_hotkey;
const run_hotkey = require("../../lib/util/ahk").run_hotkey;
async function test() { await run_hotkey("test.ahk", "TestFunc") };

test()

0 comments on commit cd4b77a

Please sign in to comment.