Skip to content

Commit 5fa7d65

Browse files
committed
ci: update number of allowed declarations
1 parent 7b62403 commit 5fa7d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-build-declarations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const glob = require('glob');
33
const execa = require('execa');
44

5-
const NUMBER_OF_DECLARATIONS = 21;
5+
const NUMBER_OF_DECLARATIONS = 22;
66

77
(async () => {
88
const declarations = await new Promise(resolve => {

0 commit comments

Comments
 (0)