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 Apr 1, 2018
1 parent ab97541 commit 6981ad5
Show file tree
Hide file tree
Showing 4 changed files with 608 additions and 323 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,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 6981ad5

Please sign in to comment.