Sha256: 019b8683ed8ddc2a407903146f140d7949e04803f801f005ad86572bbad1c058
Contents?: true
Size: 358 Bytes
Versions: 27
Compression:
Stored size: 358 Bytes
Contents
/* eslint strict: 0, global-require: 0 */ 'use strict'; const test = require('tape'); test('all entry points parse', (t) => { t.doesNotThrow(() => require('..'), 'index does not throw'); t.doesNotThrow(() => require('../legacy'), 'legacy does not throw'); t.doesNotThrow(() => require('../whitespace'), 'whitespace does not throw'); t.end(); });
Version data entries
27 entries across 27 versions & 2 rubygems