Skip to content

Commit

Permalink
dotenv added a package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Nov 26, 2024
1 parent 13dc50d commit 34b54a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/tests/utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('build (runs slowly)', function () {
smartPaths.filter((p) => p.endsWith('.ts')).length.should.equal(0);
smartPaths.should.not.containEql('tsconfig.json');

smartPaths.length.should.be.within(200, 300);
smartPaths.length.should.be.within(200, 301);
});

it('should list all the files', () => {
Expand Down

0 comments on commit 34b54a9

Please sign in to comment.