Skip to content

Commit

Permalink
test: add parseString testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Aug 19, 2022
1 parent 33c5a57 commit c552eeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/parsestring.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { Eiyuu, parseString } from "../src/index";
const search = new Eiyuu();

search.danbooru("jeanne").then(res => {
console.log("No results found. Did you mean:", parseString(res));
});

0 comments on commit c552eeb

Please sign in to comment.