Skip to content

Commit

Permalink
Add e2e tests to npm package (#5930)
Browse files Browse the repository at this point in the history
  • Loading branch information
unlikelyzero committed Oct 31, 2022
1 parent 52d2f2d commit 9f8ba34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@
!copyright-notice.html
!index.html
!openmct.js
!SECURITY.md
!SECURITY.md

# Add e2e tests to npm package
!/e2e/**/*

# ... except our test-data folder files.
/e2e/test-data/*.json

0 comments on commit 9f8ba34

Please sign in to comment.