From 9a05c2a3514a8bc4a3b80fb79f3359694ba13b7d Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 2 Jan 2017 13:02:05 +0100 Subject: [PATCH] run tape tests on babelify-src folder --- test/compiler-test.js | 2 +- test/gist-handler-test.js | 2 +- test/query-params-test.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/compiler-test.js b/test/compiler-test.js index ecb5a027da..4664036d97 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('../babelify-src/app/compiler') test('compiler.compile smoke', function (t) { t.plan(1) diff --git a/test/gist-handler-test.js b/test/gist-handler-test.js index 76584e73ca..3ce54ecd14 100644 --- a/test/gist-handler-test.js +++ b/test/gist-handler-test.js @@ -2,7 +2,7 @@ var test = require('tape') -var GistHandler = require('../src/app/gist-handler') +var GistHandler = require('../babelify-src/app/gist-handler') test('gistHandler.handleLoad with no gist param', function (t) { t.plan(1) diff --git a/test/query-params-test.js b/test/query-params-test.js index 4240c99507..72bd628136 100644 --- a/test/query-params-test.js +++ b/test/query-params-test.js @@ -2,7 +2,7 @@ var test = require('tape') -var QueryParams = require('../src/app/query-params') +var QueryParams = require('../babelify-src/app/query-params') test('queryParams.get', function (t) { t.plan(2)