Skip to content

Commit

Permalink
packages: merged with test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 3, 2024
1 parent e6c29ca commit bae831e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g karma-cli
- run: npm install
- working-directory: tests/netteForms
run: npm install
- working-directory: tests/netteForms
run: karma start
run: npx karma start
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@
"url": "git+https://github.com/nette/forms.git"
},
"devDependencies": {
"@babel/preset-env": "^7.24.6",
"@eslint/js": "^9.4.0",
"@stylistic/eslint-plugin": "^2.1.0",
"eslint": "^9.4.0",
"globals": "^15.3.0"
"globals": "^15.3.0",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"terser": "^5.31.0"
}
}
10 changes: 0 additions & 10 deletions tests/netteForms/package.json

This file was deleted.

0 comments on commit bae831e

Please sign in to comment.