Skip to content

Commit

Permalink
Update test assertion to work properly.
Browse files Browse the repository at this point in the history
This previously passed by _relying_ on the bug that was fixed in the
modules API polyfill.
  • Loading branch information
rwjblue committed May 29, 2020
1 parent 1c9b97a commit 9dd600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-tests/addon-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('ember-cli-babel', function() {

expect(contents).to.not.include('@ember/debug');
expect(contents).to.include('function _asyncToGenerator');
expect(contents).to.include('Ember.inspect;');
expect(contents).to.include('inspect.call');
expect(contents).to.not.include('assert');
}));
});
Expand Down

0 comments on commit 9dd600d

Please sign in to comment.