tests: Fix missing call to `done` callback

This commit is contained in:
Richard Hansen 2021-01-24 01:57:11 -05:00 committed by John McLear
parent b164f9b431
commit 56f617060a
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ describe(__filename, function () {
});
}
it(testObj.description, function (done) {
it(testObj.description, async function () {
const $ = cheerio.load(testObj.html); // Load HTML into Cheerio
const doc = $('body')[0]; // Creates a dom-like representation of HTML
// Create an empty attribute pool