From a7217ca21c90f0d803280bce6e3a0a2e99a5243c Mon Sep 17 00:00:00 2001 From: Roman Turner Date: Fri, 8 Jul 2022 12:08:05 -0700 Subject: [PATCH] Update test.js --- tests/test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test.js b/tests/test.js index 93c7b6c..2e3f010 100644 --- a/tests/test.js +++ b/tests/test.js @@ -1,3 +1,4 @@ +// Would be nicer in ruby. Convert to Ruby. const logger = require('../logger'); const assert = require('assert'); const Log = new logger(); @@ -18,4 +19,4 @@ try { } catch(e) { // using the error log method within the test file Log.error('Test is not an object'); -} \ No newline at end of file +}