MCPcopy
hub / github.com/parse-community/parse-server / check

Function check

ci/ciCheck.js:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4const { exec } = require('child_process');
5
6async function check() {
7 // Run checks
8 await checkMongoDbVersions();
9 await checkNodeVersions();
10}
11
12/**
13 * Check the MongoDB versions used in test environments.

Callers 2

ciCheck.jsFile · 0.70
runMethod · 0.50

Calls 2

checkMongoDbVersionsFunction · 0.85
checkNodeVersionsFunction · 0.85

Tested by

no test coverage detected