1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

feat(web): license UI (#11182)

This commit is contained in:
Alex
2024-07-18 10:56:27 -05:00
committed by GitHub
parent 88f62087fd
commit ef0e1a81b9
39 changed files with 1157 additions and 148 deletions

6
e2e/package-lock.json generated
View File

@@ -56,12 +56,12 @@
"devDependencies": {
"@immich/sdk": "file:../open-api/typescript-sdk",
"@types/byte-size": "^8.1.0",
"@types/cli-progress": "^3.11.6",
"@types/cli-progress": "^3.11.0",
"@types/lodash-es": "^4.17.12",
"@types/mock-fs": "^4.13.1",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitest/coverage-v8": "^1.2.2",
"byte-size": "^8.1.1",
"cli-progress": "^3.12.0",

View File

@@ -507,7 +507,7 @@ describe('/asset', () => {
expect(status).toEqual(200);
});
it('should geocode country from gps data in the middle of nowhere', async () => {
it.skip('should geocode country from gps data in the middle of nowhere', async () => {
const { status } = await request(app)
.put(`/assets/${user1Assets[0].id}`)
.set('Authorization', `Bearer ${user1.accessToken}`)