Skip to content

Commit

Permalink
Add credit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Jan 5, 2024
1 parent b637ea8 commit 648d00f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
* under the License.
*/

/*
* Portions of this code are based on the Chai Assertion Library
* at https://www.chaijs.com/, which is licensed under the MIT License.
* The functions deepMembersById, flag, and isSubsetOf are adapted from
* Chai's source code.
*/

const chai = require('chai');
const deepEqual = require('deep-eql');

Expand Down

0 comments on commit 648d00f

Please sign in to comment.