Skip to content

Commit

Permalink
refactor: remove "equal" file
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Nov 11, 2018
1 parent f5937d9 commit f9fcc50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/compile/equal.js

This file was deleted.

2 changes: 1 addition & 1 deletion spec/custom.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var getAjvInstances = require('./ajv_instances')
, should = require('./chai').should()
, equal = require('../lib/compile/equal')
, equal = require('fast-deep-equal')
, customRules = require('./custom_rules');


Expand Down

0 comments on commit f9fcc50

Please sign in to comment.