chore(localize): fix typo in test

This commit is contained in:
Mikhail Bashkirov 2019-07-29 17:11:36 +02:00
parent 235bfb62d4
commit e76fa4c2dd

View file

@ -226,7 +226,7 @@ describe('LocalizeMixin', () => {
expect(updateSpy.callCount).to.equal(1);
});
it('has msg() which integrates with lit-html', async () => {
it('has msgLit() which integrates with lit-html', async () => {
const myElementNs = { 'my-element': locale => fakeImport(`./my-element/${locale}.js`) };
setupFakeImport('./my-element/en-GB.js', {
default: {