Skip to content

Commit

Permalink
List files
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Sep 21, 2024
1 parent f075be7 commit caeffb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
env:
CI: true

- name: List test files
run: ls -l ./src/test/**/*.test.js
- name: List test files in the directory
run: ls -l ./src/test/

# Sanitize the test-result.txt by removing non-printable characters
- name: Sanitize test output
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "gulp watch",
"build": "gulp build",
"test": "mocha --require @babel/register ./src/test/**/*.test.js -R min --no-colors --timeout 10000",
"test": "mocha --require @babel/register ./src/test/**/*.test.js -R min --no-colors",
"test:dev": "mocha --require @babel/register ./src/test/**/*.test.js -R min -w",
"lint": "eslint src/",
"prepare": "husky"
Expand Down
File renamed without changes.

0 comments on commit caeffb4

Please sign in to comment.