mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(nav): fix typo in test comment (#23658)
This commit is contained in:
@ -169,7 +169,7 @@ describe('NavController', () => {
|
|||||||
|
|
||||||
describe('insert', () => {
|
describe('insert', () => {
|
||||||
|
|
||||||
it('should insert at the begining with no async transition', async () => {
|
it('should insert at the beginning with no async transition', async () => {
|
||||||
const view4 = mockView(MockView4);
|
const view4 = mockView(MockView4);
|
||||||
const instance4 = spyOnLifecycles(view4);
|
const instance4 = spyOnLifecycles(view4);
|
||||||
const opts: NavOptions = {};
|
const opts: NavOptions = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user