Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
quiz1 /
node_modules /
@jest /
core /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
dr-xr-xr-x
cli
[ DIR ]
dr-xr-xr-x
lib
[ DIR ]
dr-xr-xr-x
plugins
[ DIR ]
dr-xr-xr-x
FailedTestsCache.d.ts
450
B
-rw-rw-rw-
FailedTestsCache.js
1.42
KB
-rw-rw-rw-
FailedTestsInteractiveMode.d.t...
1.05
KB
-rw-rw-rw-
FailedTestsInteractiveMode.js
5.52
KB
-rw-rw-rw-
ReporterDispatcher.d.ts
1.03
KB
-rw-rw-rw-
ReporterDispatcher.js
2.55
KB
-rw-rw-rw-
SearchSource.d.ts
1.9
KB
-rw-rw-rw-
SearchSource.js
11.64
KB
-rw-rw-rw-
SnapshotInteractiveMode.d.ts
1.06
KB
-rw-rw-rw-
SnapshotInteractiveMode.js
7.24
KB
-rw-rw-rw-
TestNamePatternPrompt.d.ts
762
B
-rw-rw-rw-
TestNamePatternPrompt.js
1.62
KB
-rw-rw-rw-
TestPathPatternPrompt.d.ts
939
B
-rw-rw-rw-
TestPathPatternPrompt.js
1.54
KB
-rw-rw-rw-
TestScheduler.d.ts
1.65
KB
-rw-rw-rw-
TestScheduler.js
15.02
KB
-rw-rw-rw-
TestWatcher.d.ts
608
B
-rw-rw-rw-
TestWatcher.js
1.13
KB
-rw-rw-rw-
collectHandles.d.ts
504
B
-rw-rw-rw-
collectHandles.js
7.24
KB
-rw-rw-rw-
getChangedFilesPromise.d.ts
465
B
-rw-rw-rw-
getChangedFilesPromise.js
1.72
KB
-rw-rw-rw-
getConfigsOfProjectsToRun.d.ts
415
B
-rw-rw-rw-
getConfigsOfProjectsToRun.js
824
B
-rw-rw-rw-
getNoTestFound.d.ts
406
B
-rw-rw-rw-
getNoTestFound.js
1.52
KB
-rw-rw-rw-
getNoTestFoundFailed.d.ts
342
B
-rw-rw-rw-
getNoTestFoundFailed.js
1.06
KB
-rw-rw-rw-
getNoTestFoundPassWithNoTests....
275
B
-rw-rw-rw-
getNoTestFoundPassWithNoTests....
697
B
-rw-rw-rw-
getNoTestFoundRelatedToChanged...
357
B
-rw-rw-rw-
getNoTestFoundRelatedToChanged...
1.23
KB
-rw-rw-rw-
getNoTestFoundVerbose.d.ts
413
B
-rw-rw-rw-
getNoTestFoundVerbose.js
2.5
KB
-rw-rw-rw-
getNoTestsFoundMessage.d.ts
414
B
-rw-rw-rw-
getNoTestsFoundMessage.js
1.46
KB
-rw-rw-rw-
getProjectDisplayName.d.ts
357
B
-rw-rw-rw-
getProjectDisplayName.js
598
B
-rw-rw-rw-
getProjectNamesMissingWarning....
373
B
-rw-rw-rw-
getProjectNamesMissingWarning....
1.26
KB
-rw-rw-rw-
getSelectProjectsMessage.d.ts
356
B
-rw-rw-rw-
getSelectProjectsMessage.js
1.65
KB
-rw-rw-rw-
jest.d.ts
462
B
-rw-rw-rw-
jest.js
1.09
KB
-rw-rw-rw-
pluralize.d.ts
298
B
-rw-rw-rw-
pluralize.js
421
B
-rw-rw-rw-
runGlobalHook.d.ts
516
B
-rw-rw-rw-
runGlobalHook.js
3.61
KB
-rw-rw-rw-
runJest.d.ts
1.19
KB
-rw-rw-rw-
runJest.js
9.93
KB
-rw-rw-rw-
testSchedulerHelper.d.ts
467
B
-rw-rw-rw-
testSchedulerHelper.js
1.63
KB
-rw-rw-rw-
types.d.ts
1.1
KB
-rw-rw-rw-
types.js
14
B
-rw-rw-rw-
version.d.ts
256
B
-rw-rw-rw-
version.js
473
B
-rw-rw-rw-
watch.d.ts
714
B
-rw-rw-rw-
watch.js
19.49
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : getNoTestFoundVerbose.js
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.default = getNoTestFoundVerbose; function _chalk() { const data = _interopRequireDefault(require('chalk')); _chalk = function () { return data; }; return data; } var _pluralize = _interopRequireDefault(require('./pluralize')); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : {default: obj}; } /** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ function getNoTestFoundVerbose(testRunData, globalConfig) { const individualResults = testRunData.map(testRun => { const stats = testRun.matches.stats || {}; const config = testRun.context.config; const statsMessage = Object.keys(stats) .map(key => { if (key === 'roots' && config.roots.length === 1) { return null; } const value = config[key]; if (value) { const valueAsString = Array.isArray(value) ? value.join(', ') : String(value); const matches = (0, _pluralize.default)( 'match', stats[key] || 0, 'es' ); return ` ${key}: ${_chalk().default.yellow( valueAsString )} - ${matches}`; } return null; }) .filter(line => line) .join('\n'); return testRun.matches.total ? `In ${_chalk().default.bold(config.rootDir)}\n` + ` ${(0, _pluralize.default)( 'file', testRun.matches.total || 0, 's' )} checked.\n` + statsMessage : `No files found in ${config.rootDir}.\n` + "Make sure Jest's configuration does not exclude this directory." + '\nTo set up Jest, make sure a package.json file exists.\n' + 'Jest Documentation: ' + 'https://jestjs.io/docs/configuration'; }); let dataMessage; if (globalConfig.runTestsByPath) { dataMessage = `Files: ${globalConfig.nonFlagArgs .map(p => `"${p}"`) .join(', ')}`; } else { dataMessage = `Pattern: ${_chalk().default.yellow( globalConfig.testPathPattern )} - 0 matches`; } return ( _chalk().default.bold('No tests found, exiting with code 1') + '\n' + 'Run with `--passWithNoTests` to exit with code 0' + '\n' + individualResults.join('\n') + '\n' + dataMessage ); }
Close