Merge branch 'firefox_snap' into 'main'

allow testing with Firefox snap

See merge request veilid/veilid!210
This commit is contained in:
Christien Rioux 2023-10-07 19:10:11 +00:00
commit 0464b92f3d

View File

@ -15,6 +15,10 @@ wasm-pack build $WASM_PACK_FLAGS --target bundler --weak-refs
# Install test deps and run test suite
cd tests
npm install
original_tmpdir=$TMPDIR
mkdir --parents ~/tmp
export TMPDIR=~/tmp
npm run test:headless
export TMPDIR=$original_tmpdir
popd &> /dev/null