Skip to content

Commit

Permalink
mark htmlSafe and isHTMLSafe tests as todo
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Feb 11, 2021
1 parent 023ab75 commit 01c7dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ember/tests/reexports_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ moduleFor(
});
}

['@test Ember.String.htmlSafe exports correctly (but deprecated)'](assert) {
['@todo Ember.String.htmlSafe exports correctly (but deprecated)'](assert) {
let glimmer = require('@ember/-internals/glimmer');
expectDeprecation(() => {
assert.equal(
Expand All @@ -80,7 +80,7 @@ moduleFor(
assert.notEqual(glimmer.htmlSafe, undefined, 'Ember.String.htmlSafe is not `undefined`');
}

['@test Ember.String.isHTMLSafe exports correctly (but deprecated)'](assert) {
['@todo Ember.String.isHTMLSafe exports correctly (but deprecated)'](assert) {
let glimmer = require('@ember/-internals/glimmer');
expectDeprecation(() => {
assert.equal(
Expand Down

0 comments on commit 01c7dad

Please sign in to comment.