From ade6f1ada35aad3a277155eb478e27d404444f72 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Tue, 24 Mar 2020 11:43:10 +0000 Subject: [PATCH] Move app.js inside src/ --- app.js => src/app.js | 0 test/test.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app.js => src/app.js (100%) diff --git a/app.js b/src/app.js similarity index 100% rename from app.js rename to src/app.js diff --git a/test/test.js b/test/test.js index f2ec0aa..376d5f9 100755 --- a/test/test.js +++ b/test/test.js @@ -1,5 +1,5 @@ const assert = require('chai').assert; -const app = require('../app'); +const app = require('../src/app'); describe('App', () => { it('should greet with Hello World!', () => {