pinojs / quick-format-unescaped

Solves a problem with util.format
MIT License
17 stars 13 forks source link

Fix test/index.js for v3 #20

Closed ArtskydJ closed 5 years ago

ArtskydJ commented 5 years ago

The tests were not passing. Not sure if the tests broke from v2->v3?

The current api is format(fmt_str, params_arr, [opts_obj]), so I modified the tests to use that api.

Now the tests pass.

davidmarkclements commented 5 years ago

@ArtskydJ I love you. thanks