From 89e16bd38005b555e7574487b1104a7cf1c93e80 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 8 Aug 2017 20:06:37 +0200 Subject: [PATCH] fix tests --- test/compiler-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compiler-test.js b/test/compiler-test.js index ecb5a027da..7c632b1f77 100644 --- a/test/compiler-test.js +++ b/test/compiler-test.js @@ -2,7 +2,7 @@ var test = require('tape') -var Compiler = require('../src/app/compiler') +var Compiler = require('../src/app/compiler/compiler') test('compiler.compile smoke', function (t) { t.plan(1)