Skip to content

Commit

Permalink
Touch tests for resolveNormalize utility
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 22, 2014
1 parent 30075bd commit 71c7b2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/lib/resolve-normalize.js
@@ -0,0 +1,6 @@
'use strict';

module.exports = function (t, a) {
var fn = function () {};
a.deep(t(fn), { get: fn, set: fn });
};

0 comments on commit 71c7b2b

Please sign in to comment.