Skip to content

Commit

Permalink
wasm(tools): change xtest to test
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Nov 6, 2023
1 parent 354c0e1 commit 014fd9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wasm/update_readmes
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ EOF

fi

sed -r -i -e 's/xtest/test/g' ./*.spec.js
git add ./*.spec.js

if [[ ! -f .prettierignore ]]; then
ln -sv ../.prettierignore .prettierignore
git add .prettierignore
Expand Down

0 comments on commit 014fd9d

Please sign in to comment.