Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Sep 12, 2016
1 parent df09f5f commit fb57ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

if (key === "[object Function]") {
(result.constructors = result.constructors || []).push(data.value);

return false;
}
}
Expand Down
4 changes: 3 additions & 1 deletion tests/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"../transform"
], this, function(QUnit, transform) {

QUnit.module("mu-compose/transform#basic");
QUnit.module("mu-compose/transform");

QUnit.test("noop", function (assert) {
var o = {
Expand All @@ -29,6 +29,8 @@
assert.deepEqual(transform(o), o);
});

QUnit.module("mu-compose/transform#basic");

QUnit.test("string|number|boolean|object|array|arguments", function (assert) {
assert.expect(6);

Expand Down

0 comments on commit fb57ace

Please sign in to comment.