From f016bdbc35b7efa44bd63413bde09433ea916c59 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Tue, 26 Jul 2016 03:43:04 -0400 Subject: added some unit testing, need a lot more --- test/mocha.opts | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/mocha.opts (limited to 'test/mocha.opts') diff --git a/test/mocha.opts b/test/mocha.opts new file mode 100644 index 0000000..63b406d --- /dev/null +++ b/test/mocha.opts @@ -0,0 +1 @@ +--recursive \ No newline at end of file -- cgit v1.2.3 From 9c10936cf1420f160a5007c6baad7b25ffb6d014 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Tue, 26 Jul 2016 16:44:06 -0400 Subject: Added more unit tests, fixed some bugs in the code, fixed voting alert prompts and redirects --- test/mocha.opts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/mocha.opts') diff --git a/test/mocha.opts b/test/mocha.opts index 63b406d..241d505 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1 +1,3 @@ ---recursive \ No newline at end of file +--recursive +--timeout 5000 +--reporter dot \ No newline at end of file -- cgit v1.2.3