diff --git a/config/testing.json.example b/config/testing.json.example index 7c25c71992..9b87d8b8a7 100644 --- a/config/testing.json.example +++ b/config/testing.json.example @@ -4,8 +4,8 @@ "clientID": "f8accd51-33d2-4d9b-a2c1-c01a76a4f096" }, "musicbrainz": { - "clientID": "", - "clientSecret": "", + "clientID": "y0dHLdQC2CAXbGvZa4IbZm", + "clientSecret": "M0PFECp7vPYW9Vn4kB4L2B", "callbackURL": "http://localhost:9099/cb" }, "session": { diff --git a/package.json b/package.json index 53dc74e62c..81a36a5a02 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "debug": "npm run watch-less & npm run watch-client-js & npm run watch-server-js", "lint": "eslint src test templates", "lint-errors": "eslint --quiet src test templates", - "test": "npm run lint && npm run prestart && mocha --compilers js:babel-core/register", + "test": "npm run lint && npm run prestart && cross-env NODE_ENV=testing mocha --compilers js:babel-core/register", "test-cov": "cross-env BABEL_ENV=cov nyc --require=babel-register --source-maps=false --instrument=false npm run test", "test-ci": "cross-env BABEL_ENV=cov nyc --require=babel-register --source-maps=false --instrument=false --report=lcovonly npm test", "test-lib": "npm run lint && npm run prestart && cross-env TEST_LIB=1 mocha --compilers js:babel-core/register",