Skip to content

Commit

Permalink
test suite working!
Browse files Browse the repository at this point in the history
  • Loading branch information
geminorum committed Jan 1, 2019
1 parent 98b79d1 commit 58d9a33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
"author": {
"name": "juvee"
},
"main": "lib/virastar.js",
"keywords": [
"persian",
"text"
],
"main": "lib/virastar.js",
"scripts": {
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"mocha": "^5.2.0",
"semistandard": "^13.0.1",
"stylelint": "^9.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/virastar.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Virastar.js', function () {

describe('#cleanup()', function () {
// some missing tests
it('should skip non-written tests', function () {});
// it('should skip non-written tests', function () {});

it('should replace kashidas to ndash in parenthetic', function () {
assert.strictEqual(
Expand Down

0 comments on commit 58d9a33

Please sign in to comment.