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