Skip to content

Commit

Permalink
Chore: integrate node-package-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Jun 11, 2021
1 parent bfa00ff commit 9d53bf3
Show file tree
Hide file tree
Showing 9 changed files with 318 additions and 152 deletions.
15 changes: 0 additions & 15 deletions .mocharc.bundle.json

This file was deleted.

4 changes: 4 additions & 0 deletions .package-tester.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dir": "tmp/package-tests",
"copyDefaultFiles": true
}
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ environment:
job_depends_on: Build
nodejs_version: 16

# MacOS
# # MacOS

- job_name: macOS Node.js v.10
job_group: Tests
Expand All @@ -59,7 +59,7 @@ environment:
job_depends_on: Build
nodejs_version: 16

# Windows
# # Windows

- job_name: Windows Node.js v.10
job_group: Tests
Expand Down Expand Up @@ -105,7 +105,7 @@ for:
- sh: nvm use $nodejs_version
- sh: npm config get user-agent
- npm install
- ./bin/pack-tests.sh
- npx npt pack -c .package-tester.json
-
matrix:
only:
Expand Down Expand Up @@ -142,5 +142,5 @@ for:
- cd package-tests
- npm i
test_script:
- sh: npm run test
- cmd: npm run test-win
- npm run test

105 changes: 0 additions & 105 deletions bin/pack-tests.js

This file was deleted.

7 changes: 0 additions & 7 deletions bin/pack-tests.sh

This file was deleted.

7 changes: 0 additions & 7 deletions bin/pack.sh

This file was deleted.

12 changes: 0 additions & 12 deletions bin/test-package.sh

This file was deleted.

0 comments on commit 9d53bf3

Please sign in to comment.