Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
⬆️ Update @staart/redis
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Aug 2, 2020
1 parent 6bcdd42 commit 5693784
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@staart/messages": "^2.1.2",
"@staart/mustache-markdown": "^3.0.2",
"@staart/payments": "^3.3.1",
"@staart/redis": "^2.2.1",
"@staart/redis": "^2.3.0",
"@staart/scripts": "^1.16.1",
"@staart/server": "^2.7.0",
"@staart/text": "^2.3.0",
Expand Down
7 changes: 3 additions & 4 deletions src/init-tests.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { logError, success, warn } from "@staart/errors";
import { sendMail, setupTransporter } from "@staart/mail";
import redis from "@staart/redis";
import systemInfo from "systeminformation";
import pkg from "../package.json";
import { ELASTIC_INSTANCES_INDEX, TEST_EMAIL } from "./config";
import { elasticSearchIndex } from "./_staart/helpers/elasticsearch";
import { receiveEmailMessage } from "./_staart/helpers/mail";
import { prisma } from "./_staart/helpers/prisma";
import { elasticSearchEnabled } from "@staart/elasticsearch";
import { getProductPricing } from "@staart/payments";
import redis from "@staart/redis";
import systemInfo from "systeminformation";
import pkg from "../package.json";

let numberOfFailedTests = 0;
interface Test {
Expand Down Expand Up @@ -117,4 +117,3 @@ runTests()
: logError("Service tests", "All service tests passed", 1)
)
.catch((error) => console.log("ERROR", error));

0 comments on commit 5693784

Please sign in to comment.