Skip to content

Commit 4a01ee7

Browse files
committed
chore: update lab to v18
Signed-off-by: Robinson Rodriguez <[email protected]>
1 parent 31b4373 commit 4a01ee7

17 files changed

+19303
-531
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test/migrations

.labrc.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
coverage: true,
3+
threshold: 74,
4+
lint: true,
5+
globals: 'verbose,dryRun,SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams,TextEncoder,TextDecoder,queueMicrotask',
6+
assert: '@hapi/code',
7+
verbose: true,
8+
'coverage-exclude': [
9+
'lib/interface',
10+
'lib/transitions',
11+
]
12+
};

Makefile

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)