mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-13 19:56:05 +09:00
Revert "Merge pull request #1 from xandora/jester-tester"
This reverts commite901090896, reversing changes made to42076e7424.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const sumAll = require("./sumAll");
|
||||
const sumAll = require('./sumAll')
|
||||
|
||||
describe("sumAll", function () {
|
||||
it("sums numbers within the range", function () {
|
||||
|
||||
Reference in New Issue
Block a user