Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
✨ Prepare test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Errorname committed Jan 2, 2020
1 parent 90a7fe9 commit 24c31ac
Show file tree
Hide file tree
Showing 26 changed files with 4,776 additions and 465 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
build
build
tests/playground/*
!tests/playground/prepare.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ npm i -g prisma-multi-tenant@alpha
```
$> prisma-multi-tenant help
🧭 prisma-multi-tenant v2.0.0-alpha11
🧭 prisma-multi-tenant v2.0.0-alpha12
USAGE
Expand Down
5 changes: 4 additions & 1 deletion docs/Complete_Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ The `studio` command will connect to the management datasource to retrieve the u

### `lift`

Lift up or down tenants
Lift up or down tenants.

> Note: You can also lift up the management datasource to deploy another management database: `prisma-multi-tenant lift management up`
**Arguments**

Expand All @@ -152,6 +154,7 @@ Lift up or down tenants
prisma-multi-tenant lift your_tenant_name down
prisma-multi-tenant lift up
prisma-multi-tenant lift your_other_tenant up -- --auto-approve
prisma-mutlite-annt lift management up
```

**Explanations**
Expand Down
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading

0 comments on commit 24c31ac

Please sign in to comment.