Sha256: 3269271cb04fe5445e66a4f6c7a32b260447d1be04f2a84ab453c974d074b979
Contents?: true
Size: 261 Bytes
Versions: 9
Compression:
Stored size: 261 Bytes
Contents
'use strict'; var matchAllShim = require('../'); var regexMatchAll = require('../regexp-matchall'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(matchAllShim, regexMatchAll, t); t.end(); });
Version data entries
9 entries across 9 versions & 2 rubygems