siegel
Version:
Web application development ecosystem
1 lines • 166 B
JavaScript
import e from"./index.js";describe("common/populateParams",()=>{test("populate",()=>{expect(e("/api/:id/foo/:bar",{id:"1",bar:"value"})).toBe("/api/1/foo/value")})});
Web application development ecosystem