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

This commit is contained in:
Michael Frank
2021-03-04 10:42:39 +13:00
parent 91d50288b2
commit e73c68fc01
5 changed files with 28 additions and 22 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
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() {