Skip to content

Commit 364b416

Browse files
authored
Remove electron-stream patch (#17)
1 parent f5179d0 commit 364b416

File tree

6 files changed

+20
-582
lines changed

6 files changed

+20
-582
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt update && \
1515
software-properties-common \
1616
# Electron
1717
libasound2 \
18+
libgbm1 \
1819
libgdk-pixbuf2.0-0 \
1920
libgtk-3-0 \
2021
libnss3 \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test-browser-build-raw:
8282
.PHONY: test-browser-build
8383
test-browser-build: build-js build-wasm-debug test-browser-build-raw
8484

85-
test_browser_raw = cat tests/browser/index.js | npx browser-run --static tests/browser | npx tap-summary
85+
test_browser_raw = node tests/browser-run.js | npx tap-summary
8686

8787
.PHONY: test-browser-raw
8888
test-browser-raw:

0 commit comments

Comments
 (0)