mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
examples: update angular-example to Angular v13 (#3325)
* examples: update angular-example to Angular v13 * meta: upgrade TS version accross the board * meta: upgrade ESLint packages * Fix angular-examples tests * bump lock file * fix type conflict * Upgrade `ng-packagr`
This commit is contained in:
parent
7003ac48aa
commit
cd8af60bfb
20 changed files with 3478 additions and 4049 deletions
|
|
@ -11,7 +11,7 @@ describe('workspace-project App', () => {
|
|||
|
||||
it('should display welcome message', async () => {
|
||||
await page.navigateTo()
|
||||
expect(await page.getTitleText()).toEqual('angular-example app is running!')
|
||||
expect(await page.getTitleText()).toEqual('Uppy Angular Example')
|
||||
})
|
||||
|
||||
afterEach(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue