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 +}