File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ const config = {
2323 * Function to run an example SDK in Consumer mode, in order to generate Events and Impressions
2424 * to be then processed by the Synchronizer.
2525 *
26- * @param {ImpressionsMode } impressionsMode Impressions mode.
27- * @returns {Promise }
26+ * @param impressionsMode - Impressions mode.
2827 */
2928export default function runSDKConsumer ( impressionsMode : ImpressionsMode ) {
3029 const factory = SplitFactory ( {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { noopLogger } from '../../src/submitters/__tests__/commonUtils';
77 * Creates a storage wrapper that uses our RedisAdapter.
88 * Operations fail until `connect` is resolved once the Redis 'ready' event is emitted.
99 *
10- * @param { Object } redisOptions Redis options with the format expected at `settings.storage.options`.
11- * @returns { IPluggableStorageWrapper } Storage wrapper instance.
10+ * @param redisOptions - Redis options with the format expected at `settings.storage.options`.
11+ * @returns Storage wrapper instance.
1212 */
1313export default function redisAdapterWrapper ( redisOptions : Record < string , any > ) : IPluggableStorageWrapper {
1414
Original file line number Diff line number Diff line change 3636 "license" : " Apache-2.0" ,
3737 "scripts" : {
3838 "check" : " npm run check:lint && npm run check:types" ,
39- "check:lint" : " eslint src types --ext .js,.ts" ,
39+ "check:lint" : " eslint src types e2e --ext .js,.ts" ,
4040 "check:types" : " tsc --noEmit" ,
4141 "build" : " npm run build:esm && npm run build:cjs" ,
4242 "build:esm" : " rimraf lib/esm && tsc -m es2015 --outDir lib/esm --importHelpers && scripts/build_esm_replace_imports.sh && replace @VERSION@ $npm_package_version lib/esm/settings/defaults.js" ,
You can’t perform that action at this time.
0 commit comments