Skip to content

Commit fe18882

Browse files
committed
fixup on func test
1 parent 95ac7fd commit fe18882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"lint": "eslint $(git ls-files '*.js')",
1010
"test:unit": "LOCATION_CONFIG_FILE='tests/conf/locationConfig.json' yarn jest --verbose --logHeapUsage --projects jest.config.js --coverage --testPathPattern='tests/unit/[\\w/-]+\\.[tj]s'",
11-
"test:functional": "LOCATION_CONFIG_FILE='tests/conf/locationConfig.json' yarn jest --verbose --logHeapUsage --projects jest.config.js --coverage --testPathPattern='tests/functional/utils/S3UtilsMongoClient.js'"
11+
"test:functional": "LOCATION_CONFIG_FILE='tests/conf/locationConfig.json' yarn jest --verbose --logHeapUsage --projects jest.config.js --coverage --testPathPattern='tests/functional/[\\w/-]+\\.[tj]s'"
1212
},
1313
"repository": {
1414
"type": "git",

tests/functional/utils/S3UtilsMongoClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ describe('S3UtilsMongoClient::getObjectMDStats', () => {
16121612
});
16131613
});
16141614

1615-
describe.only('S3UtilsMongoClient::updateBucketCapacityInfo', () => {
1615+
describe('S3UtilsMongoClient::updateBucketCapacityInfo', () => {
16161616
let client;
16171617
let repl;
16181618

0 commit comments

Comments
 (0)