deno.land / x / replicache@v10.0.0-beta.0 / sync / request-id.test.ts

request-id.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import {expect} from '@esm-bundle/chai';import {newRequestID} from './request-id';
test('newRequestID()', () => { { const re = /client-[0-9a-f]+-0$/; const got = newRequestID('client'); expect(got).to.match(re); } { const re = /client-[0-9a-f]+-0$/; const got = newRequestID('client'); expect(got).to.match(re); }});
replicache

Version Info

Tagged at
2 years ago