Skip to content

Commit

Permalink
[CLEANUP] Convert ember/tests to new testing style
Browse files Browse the repository at this point in the history
Apart of emberjs#15988
  • Loading branch information
thoov committed Mar 30, 2018
1 parent 2882d28 commit 221cb69
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 312 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,6 @@ moduleFor(
assert.equal(get(objectB, 'nullProperty'), null);
}

/*
QUnit.test("raise if the provided object is null", function() {
throws(function() {
get(null, 'key');
});
});
*/

['@test raise if the provided object is undefined']() {
expectAssertion(function() {
get(undefined, 'key');
Expand Down
Loading

0 comments on commit 221cb69

Please sign in to comment.