Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Fix npm build and automate testing #87

Closed johnbradley closed 5 months ago

johnbradley commented 5 months ago

Adds a Github Action to build and test the Typescript code. One test was failing because of a new argument. Other tests had problems with importing fetch-mock. I used a jest-based solution to avoid fetch-mock.

Fixes #86