Skip to content

Commit

Permalink
Update generate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Mar 9, 2021
1 parent d430b4b commit d03d0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generate.js
@@ -1,6 +1,6 @@
'use strict';

var equal = require('deep-equal');
var equal = require('fast-deep-equal');
var serialize = require('./utils').serialize;

function arrayEquals(before, after) {
Expand Down

0 comments on commit d03d0af

Please sign in to comment.