We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d29df commit ea689bcCopy full SHA for ea689bc
test/internal/constants.js
@@ -2,8 +2,9 @@ const t = require('tap')
2
const constants = require('../../internal/constants')
3
4
t.match(constants, {
5
- SEMVER_SPEC_VERSION: String,
6
MAX_LENGTH: Number,
7
- MAX_SAFE_INTEGER: Number,
8
MAX_SAFE_COMPONENT_LENGTH: Number,
9
-}, 'got some numbers exported')
+ MAX_SAFE_INTEGER: Number,
+ RELEASE_TYPES: Array,
+ SEMVER_SPEC_VERSION: String,
10
+}, 'got appropriate data types exported')
0 commit comments