UNPKG

react-router-ga

Version:

[![Downloads](https://img.shields.io/npm/dm/react-router-ga)](https://npm.im/react-router-ga) [![Version](https://img.shields.io/npm/v/react-router-ga)](https://npm.im/react-router-ga) [![License](https://img.shields.io/npm/l/react-router-ga)](https://ope

16 lines (10 loc) 299 B
var test = require('tape') var bm = require('../bm') test("omg",function(t){ t.equals(bm('abc','bc'),1) t.equals(bm('ababc','bc'),3) t.equals(bm('abc','de'),-1) t.equals(bm('123123412345','345'),9) t.equals(bm('aaaba','aaba'),1,'partial matches should not be skipped') t.end() })