We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd87a5a + 4d46340 commit 2f8460eCopy full SHA for 2f8460e
.travis.yml
@@ -0,0 +1,12 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - node
5
+ - 10
6
+ - 8
7
8
+before_script:
9
+ - yarn build
10
11
+script:
12
+ - yarn test
README.md
@@ -164,9 +164,6 @@ Setup and Teardown steps aren't always run within a single transaction. **You ne
164
await db.transaction(async trx => {
165
// Rollback and create all db objects using config.
166
await synchronize(config, trx, { force: false });
167
-
168
- // Perform other db operations
169
- // ...
170
});
171
```
172
0 commit comments