Replaced tests with jest

This commit is contained in:
2022-02-20 20:10:08 +00:00
parent f2994fc52e
commit ca11cc8963
23 changed files with 7595 additions and 1019 deletions

View File

@@ -1,5 +1,5 @@
//break the body down into tokens
const parseInput = (body, allowStrings, options) => {
const parseInput = (body, allowStrings, options = {}) => {
let current = 0;
tokens = [];