Skip to content

Commit 36e6dc2

Browse files
committed
rm doc version test
1 parent f3c2812 commit 36e6dc2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.7.1",
2+
"version": "8.7.2",
33
"prettier": {
44
"singleQuote": true
55
},

packages/bitcore-lib-cash/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bitcore Cash v8.7.1
1+
# Bitcore Cash
22

33
## Principles
44

packages/bitcore-lib-cash/test/docs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var fs = require('fs');
88

99
describe('Documentation', function() {
1010

11-
it('major and minor versions should match', function() {
11+
it.skip('major and minor versions should match', function() {
1212
var versionRE = /v[0-9]+\.[0-9]+/;
1313
var docIndex = fs.readFileSync('./docs/index.md', 'ascii');
1414
var docVersion = docIndex.match(versionRE)[0];

packages/bitcore-lib/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bitcore v8.7.1
1+
# Bitcore
22

33
## Principles
44

packages/bitcore-lib/test/docs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var fs = require('fs');
88

99
describe('Documentation', function() {
1010

11-
it('major and minor versions should match', function() {
11+
it.skip('major and minor versions should match', function() {
1212
var versionRE = /v[0-9]+\.[0-9]+/;
1313
var docIndex = fs.readFileSync('./docs/index.md', 'ascii');
1414
var docVersion = docIndex.match(versionRE)[0];

0 commit comments

Comments
 (0)