chore(localize): fix typo in test
This commit is contained in:
parent
235bfb62d4
commit
e76fa4c2dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue