From 1797ed3fd7d27cd0ef8440cca3e2f38781fe056b Mon Sep 17 00:00:00 2001 From: Trivernis Date: Tue, 22 Jan 2019 21:26:21 +0100 Subject: [PATCH] Changes to test configuration - changed directory name for test files in configuration --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79e9b34..e091506 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,4 +38,4 @@ jobs: # run tests! - run: name: Testing ./lib/music - command: node ./test/musicTest.js \ No newline at end of file + command: node ./testscripts/musicTest.js \ No newline at end of file