Codecademy: assert.deepEqual()
Overall this Codecademy lesson on assert.deepEqual does a good job of explaining what I imagine to be a very basic example of how to use deepEqual.
At the end of the guided lesson the code looks as follows:
const assert = require('assert');
describe...
mreed.hashnode.dev2 min read