Skip to content

chore(deps): update dependency typeorm-extension to v3 #10437

chore(deps): update dependency typeorm-extension to v3

chore(deps): update dependency typeorm-extension to v3 #10437

Triggered via push June 23, 2024 07:55
Status Failure
Total duration 55s
Artifacts

ci.yml

on: push
Run the unit tests 🧪
46s
Run the unit tests 🧪
Run the end to end tests 🚔
46s
Run the end to end tests 🚔
Fit to window
Zoom out
Zoom in

Annotations

97 errors and 2 warnings
Auth module > register a new user: src/auth/auth.module.spec.ts#L49
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the register data: src/auth/auth.module.spec.ts#L70
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > avoid to register a duplicate user: src/auth/auth.module.spec.ts#L82
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > login an existing user: src/auth/auth.module.spec.ts#L104
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the login data: src/auth/auth.module.spec.ts#L128
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the login credentials: src/auth/auth.module.spec.ts#L140
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > get current authenticated user: src/auth/auth.module.spec.ts#L152
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > get current user from JWT: src/auth/auth.module.spec.ts#L184
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > fail to get current user when it's unauthenticated: src/auth/auth.module.spec.ts#L209
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > update current user info: src/auth/auth.module.spec.ts#L221
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the update of current user: src/auth/auth.module.spec.ts#L252
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the update of current user: src/auth/auth.module.spec.ts#L252
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the update of current user: src/auth/auth.module.spec.ts#L252
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the update of current user: src/auth/auth.module.spec.ts#L252
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > should not overrite user's password accidentally: src/auth/auth.module.spec.ts#L265
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > fail to update current user when it's unauthenticated: src/auth/auth.module.spec.ts#L311
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
BlogModule > create a new article: src/blog/blog.module.spec.ts#L51
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to create a new article: src/blog/blog.module.spec.ts#L72
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > get one article by id "a832e632-0335-4191-8469-4d849bbb72be": src/blog/blog.module.spec.ts#L82
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > get one article by id "5-key-reasons-business-owners-need-to-know-about-fintech-mLDYhAjz213rjfHRJwqUES": src/blog/blog.module.spec.ts#L82
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > get one article by id "mLDYhAjz213rjfHRJwqUES": src/blog/blog.module.spec.ts#L82
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > fail to get an article when it doesn't exist: src/blog/blog.module.spec.ts#L102
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the articles by { limit: 10, page: 1 }: src/blog/blog.module.spec.ts#L114
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the articles by { limit: 5, page: 3 }: src/blog/blog.module.spec.ts#L114
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the articles by { page: 2 }: src/blog/blog.module.spec.ts#L114
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the articles by { limit: 20 }: src/blog/blog.module.spec.ts#L114
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > validate the pagination query: src/blog/blog.module.spec.ts#L140
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > update one article by id 31a10506-c334-4841-97a6-144a55bf4ebb: src/blog/blog.module.spec.ts#L155
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > update one article by id the-newest-high-speed-automatic-pocket-spring-machine-78rW4UUH2Ekokt36qUGxqP: src/blog/blog.module.spec.ts#L155
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > update one article by id 78rW4UUH2Ekokt36qUGxqP: src/blog/blog.module.spec.ts#L155
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to update an article: src/blog/blog.module.spec.ts#L178
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > allow only the author to update an article: src/blog/blog.module.spec.ts#L188
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > remove one article by id 31a10506-c334-4841-97a6-144a55bf4ebb: src/blog/blog.module.spec.ts#L199
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > remove one article by id the-newest-high-speed-automatic-pocket-spring-machine-78rW4UUH2Ekokt36qUGxqP: src/blog/blog.module.spec.ts#L199
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > remove one article by id 78rW4UUH2Ekokt36qUGxqP: src/blog/blog.module.spec.ts#L199
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to remove an article: src/blog/blog.module.spec.ts#L216
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > allow only the author to remove an article: src/blog/blog.module.spec.ts#L223
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > add a new comment to an article: src/blog/blog.module.spec.ts#L231
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > validate the creation of a new comment: src/blog/blog.module.spec.ts#L251
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to add a new comment to an article: src/blog/blog.module.spec.ts#L273
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the comment by { limit: 10, page: 1 }: src/blog/blog.module.spec.ts#L288
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the comment by { limit: 5, page: 3 }: src/blog/blog.module.spec.ts#L288
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the comment by { page: 2 }: src/blog/blog.module.spec.ts#L288
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the comment by { limit: 20 }: src/blog/blog.module.spec.ts#L288
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > remove a comment from an article: src/blog/blog.module.spec.ts#L317
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to remove a comment from an article: src/blog/blog.module.spec.ts#L330
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > allow only the author to remove a comment from an article: src/blog/blog.module.spec.ts#L343
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
Auth module > register a new user: src/auth/auth.module.spec.ts#L49
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the register data: src/auth/auth.module.spec.ts#L70
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > avoid to register a duplicate user: src/auth/auth.module.spec.ts#L82
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > login an existing user: src/auth/auth.module.spec.ts#L104
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the login data: src/auth/auth.module.spec.ts#L128
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the login credentials: src/auth/auth.module.spec.ts#L140
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > get current authenticated user: src/auth/auth.module.spec.ts#L152
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > get current user from JWT: src/auth/auth.module.spec.ts#L184
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > fail to get current user when it's unauthenticated: src/auth/auth.module.spec.ts#L209
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > update current user info: src/auth/auth.module.spec.ts#L221
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the update of current user: src/auth/auth.module.spec.ts#L252
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the update of current user: src/auth/auth.module.spec.ts#L252
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the update of current user: src/auth/auth.module.spec.ts#L252
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > validate the update of current user: src/auth/auth.module.spec.ts#L252
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > should not overrite user's password accidentally: src/auth/auth.module.spec.ts#L265
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
Auth module > fail to update current user when it's unauthenticated: src/auth/auth.module.spec.ts#L311
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/auth/auth.module.spec.ts:42:5)
BlogModule > create a new article: src/blog/blog.module.spec.ts#L51
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to create a new article: src/blog/blog.module.spec.ts#L72
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > get one article by id "a832e632-0335-4191-8469-4d849bbb72be": src/blog/blog.module.spec.ts#L82
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > get one article by id "5-key-reasons-business-owners-need-to-know-about-fintech-mLDYhAjz213rjfHRJwqUES": src/blog/blog.module.spec.ts#L82
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > get one article by id "mLDYhAjz213rjfHRJwqUES": src/blog/blog.module.spec.ts#L82
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > fail to get an article when it doesn't exist: src/blog/blog.module.spec.ts#L102
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the articles by { limit: 10, page: 1 }: src/blog/blog.module.spec.ts#L114
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the articles by { limit: 5, page: 3 }: src/blog/blog.module.spec.ts#L114
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the articles by { page: 2 }: src/blog/blog.module.spec.ts#L114
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the articles by { limit: 20 }: src/blog/blog.module.spec.ts#L114
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > validate the pagination query: src/blog/blog.module.spec.ts#L140
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > update one article by id 31a10506-c334-4841-97a6-144a55bf4ebb: src/blog/blog.module.spec.ts#L155
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > update one article by id the-newest-high-speed-automatic-pocket-spring-machine-78rW4UUH2Ekokt36qUGxqP: src/blog/blog.module.spec.ts#L155
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > update one article by id 78rW4UUH2Ekokt36qUGxqP: src/blog/blog.module.spec.ts#L155
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to update an article: src/blog/blog.module.spec.ts#L178
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > allow only the author to update an article: src/blog/blog.module.spec.ts#L188
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > remove one article by id 31a10506-c334-4841-97a6-144a55bf4ebb: src/blog/blog.module.spec.ts#L199
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > remove one article by id the-newest-high-speed-automatic-pocket-spring-machine-78rW4UUH2Ekokt36qUGxqP: src/blog/blog.module.spec.ts#L199
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > remove one article by id 78rW4UUH2Ekokt36qUGxqP: src/blog/blog.module.spec.ts#L199
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to remove an article: src/blog/blog.module.spec.ts#L216
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > allow only the author to remove an article: src/blog/blog.module.spec.ts#L223
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > add a new comment to an article: src/blog/blog.module.spec.ts#L231
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > validate the creation of a new comment: src/blog/blog.module.spec.ts#L251
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to add a new comment to an article: src/blog/blog.module.spec.ts#L273
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the comment by { limit: 10, page: 1 }: src/blog/blog.module.spec.ts#L288
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the comment by { limit: 5, page: 3 }: src/blog/blog.module.spec.ts#L288
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the comment by { page: 2 }: src/blog/blog.module.spec.ts#L288
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > paginate all of the comment by { limit: 20 }: src/blog/blog.module.spec.ts#L288
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > remove a comment from an article: src/blog/blog.module.spec.ts#L317
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > require to be authenticated to remove a comment from an article: src/blog/blog.module.spec.ts#L330
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
BlogModule > allow only the author to remove a comment from an article: src/blog/blog.module.spec.ts#L343
Error: The locale data for 'hacker.abbreviation' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. For more information see https://fakerjs.dev/guide/localization.html at s (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:2:108) at Object.get (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/locale-proxy.js:4:206) at v.abbreviation (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:740) at String.replace (<anonymous>) at ee.mustache (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/helpers/index.js:1:6272) at v.phrase (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/@faker-js+faker@8.4.1/node_modules/@faker-js/faker/dist/cjs/modules/hacker/index.js:1:1322) at Object.phrase [as factoryFn] (/home/runner/work/nest-api-example/nest-api-example/src/auth/factories/user.factory.ts:8:23) at SeederFactory.factoryFn [as make] (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:44:40) at SeederFactory.save (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/factory/module.ts:70:24) at UserSeeder.run (/home/runner/work/nest-api-example/nest-api-example/src/auth/seeders/user.seeder.ts:13:5) at SeederExecutor.execute (/home/runner/work/nest-api-example/nest-api-example/node_modules/.pnpm/typeorm-extension@3.5.1_typeorm@0.3.20_pg@8.12.0_ts-node@10.9.2_@types+node@20.14.8_typescript@5.5.2__/node_modules/typeorm-extension/src/seeder/executor.ts:133:37) at Object.<anonymous> (/home/runner/work/nest-api-example/nest-api-example/src/blog/blog.module.spec.ts:44:5)
Run the unit tests 🧪
Process completed with exit code 1.
Run the end to end tests 🚔
Process completed with exit code 1.
Run the end to end tests 🚔
[NOT_FOUND]: No such file result.json
Run the unit tests 🧪
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, tanmen/jest-reporter@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run the end to end tests 🚔
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, tanmen/jest-reporter@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.