Skip to content

Commit

Permalink
[test] Issue #63 Remove test for importMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Mar 15, 2019
1 parent 7987597 commit a976519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/src3/no-persist-test-suites.js
Expand Up @@ -167,7 +167,6 @@ suite('I18nElement with ' +
p.persist = true;
document.body.appendChild(p);
setTimeout(() => {
assert.isOk(p.constructor.importMeta, 'importMeta');
assert.equal(p.persist, true, 'persist is true');
assert.equal(p.value, lang1, 'localStorage is set as ' + lang1);
done();
Expand Down

0 comments on commit a976519

Please sign in to comment.