mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2026-05-24 08:32:06 +01:00
Implemented basic unit tests
This commit is contained in:
@@ -11,6 +11,7 @@ CLIENT_STDOUT = true
|
||||
CLEANUP_IMAGES = true
|
||||
CLI = false
|
||||
DEBUG = false
|
||||
TESTING = false
|
||||
|
||||
[local]
|
||||
FUELIGNITION_URL = "http://localhost:3000/fuel-ignition/edit"
|
||||
@@ -25,6 +26,10 @@ CLI = true
|
||||
DEBUG = true
|
||||
CLI = false
|
||||
|
||||
[test]
|
||||
TESTING = true
|
||||
CLEANUP_IMAGES = false
|
||||
|
||||
[default.snoop.install]
|
||||
snoop = "ss"
|
||||
out = "snoop.log"
|
||||
|
||||
Reference in New Issue
Block a user