Skip to content

Commit

Permalink
ci: update number of allowed declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jul 6, 2022
1 parent 7b62403 commit 5fa7d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-build-declarations.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const glob = require('glob');
const execa = require('execa');

const NUMBER_OF_DECLARATIONS = 21;
const NUMBER_OF_DECLARATIONS = 22;

(async () => {
const declarations = await new Promise(resolve => {
Expand Down

0 comments on commit 5fa7d65

Please sign in to comment.