test: reduce bundlesize limit

This commit is contained in:
Nolan Lawson 2023-11-26 10:56:29 -08:00
parent 2d10f0e76c
commit 16ec554868
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { promisify } from 'node:util'
import prettyBytes from 'pretty-bytes'
import fs from 'node:fs/promises'
const MAX_SIZE_MIN = '37.5 kB'
const MAX_SIZE_MIN = '37 kB'
const MAX_SIZE_MINGZ = '13 kB'
const FILENAME = './bundle.js'