fn abbreviate_test_error(js_error: &JsError) -> JsError {
deno/cli/tools/test/fmt.rs
error.stack
PostgresError: column "signed_inat" of relation "users" does not exist at ErrorResponse (https://deno.land/x/postgresjs@v3.4.4/src/connection.js:791:26) at handle (https://deno.land/x/postgresjs@v3.4.4/src/connection.js:477:6) at data (https://deno.land/x/postgresjs@v3.4.4/src/connection.js:318:9) at https://deno.land/x/postgresjs@v3.4.4/polyfills.js:138:30 at Array.forEach (<anonymous>) at call (https://deno.land/x/postgresjs@v3.4.4/polyfills.js:138:16) at success (https://deno.land/x/postgresjs@v3.4.4/polyfills.js:98:9) at eventLoopTick (ext:core/01_core.js:168:7) at cachedError (https://deno.land/x/postgresjs@v3.4.4/src/query.js:170:23) at new Query (https://deno.land/x/postgresjs@v3.4.4/src/query.js:36:24) at UserService.sql (https://deno.land/x/postgresjs@v3.4.4/src/index.js:113:11) at UserService.signIn (file:///Users/mario/github/site/deno/src/services/user-service.ts:123:41) {
user services ... users can sign in with email and password => https://jsr.io/@std/testing/0.224.0/_test_suite.ts:323:15error: PostgresError: column "signed_inat" of relation "users" does not exist const error = Errors.postgres(parseError(x)) ^ at ErrorResponse (https://deno.land/x/postgresjs@v3.4.4/src/connection.js:791:26) at handle (https://deno.land/x/postgresjs@v3.4.4/src/connection.js:477:6) at data (https://deno.land/x/postgresjs@v3.4.4/src/connection.js:318:9) at https://deno.land/x/postgresjs@v3.4.4/polyfills.js:138:30 at Array.forEach (<anonymous>) at call (https://deno.land/x/postgresjs@v3.4.4/polyfills.js:138:16) at success (https://deno.land/x/postgresjs@v3.4.4/polyfills.js:98:9)