Revert "Update README with Jest specific language. Update some spec files with new syntax"

This reverts commit e73c68fc01.
This commit is contained in:
Tatiana
2021-05-08 11:31:56 -07:00
parent e6260ae506
commit cb3ffc086c
5 changed files with 22 additions and 26 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
const expect = require('expect');
const leapYears = require('./leapYears')
const expect = require('expect');const leapYears = require('./leapYears')
describe('leapYears', function() {
it('works with non century years', function() {