mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
f0ee7f7905
Merge remote-tracking branch 'repomerge/t3chguy/repomerge' into t3chguy/repo-merge Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
npx playwright test --update-snapshots --reporter line $@
|