Skip to content

Commit e9f87a0

Browse files
committed
Configure Tox environment for Jest
1 parent a24c5f6 commit e9f87a0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist =
3+
main
4+
5+
[testenv:main]
6+
allowlist_externals = npm
7+
commands =
8+
npm install
9+
npm test

0 commit comments

Comments
 (0)