diff --git a/source/test/null.ts b/source/test/null.ts index eb0cc01..979ae22 100644 --- a/source/test/null.ts +++ b/source/test/null.ts @@ -1,7 +1,7 @@ import test from 'ava'; import m from '..'; -test('undefined', t => { +test('null', t => { const x = null; t.notThrows(() => m(null, m.null));