Skip to content

Commit

Permalink
Migrated unit-tests to Jasmine for better backward-compatibility, spe…
Browse files Browse the repository at this point in the history
…ed and code coverage (#12)
  • Loading branch information
Yqnn authored Sep 25, 2021
1 parent ebf4ba6 commit faf2c46
Show file tree
Hide file tree
Showing 61 changed files with 4,192 additions and 5,039 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.*.swp
node_modules/*
v8.log
profile.txt
coverage/
/node_modules/*
/v8.log
/profile.txt
/coverage/
/.nyc_output/
.DS_Store
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: [ 14, 12, 10 ]
node_js: [ 16, 14, 12, 10 ]
os: [ linux, osx, windows ]
jobs:
include:
Expand Down
11 changes: 11 additions & 0 deletions jasmine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"spec_dir": "test",
"spec_files": [
"*.spec.js"
],
"helpers": [
"hooks.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}
13 changes: 0 additions & 13 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit faf2c46

Please sign in to comment.