GenderedIntelligence / the-trans-dimension

The Trans Dimension is an online community hub connecting trans communities in London.
http://transdimension.uk
Other
3 stars 1 forks source link

update information about test setup #326

Closed aaaaargZombies closed 1 year ago

aaaaargZombies commented 1 year ago

Fixes #295

Description

        "test": "elm-constants && elm-pages build && elm-test-rs"

Took 1054.63s user 31.08s system 116% cpu 15:32.05 total which is too long to run each time.

        "test": "elm-constants  && elm-pages dev --port 3030 && elm-test-rs"

Did not provide the test results in the terminal.

Running npm start before npm test is both quick and allows the tests to work. It does not need to be running each time the tests are called.

cloudflare-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 217c951
Status: ✅  Deploy successful!
Preview URL: https://3fabd19a.transdimension.pages.dev
Branch Preview URL: https://295-build-before-tests.transdimension.pages.dev

View logs