graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.74k stars 219 forks source link

Module not found in docker- docker run [image] test #266

Closed libinvarkey closed 3 years ago

libinvarkey commented 3 years ago

Test suite failed to run

Cannot find module '../../helpers' from 'queries/login.test.js'

   5 |   Teardown,
   6 |   Sanitize,
>  7 | } = require("../../helpers");

Path was correct in local run. Work as expect in locally but not in docker

benjie commented 3 years ago

Please follow the issue template. What are the full steps to reproduce this from a clean checkout of starter?