Skip to content

Commit 7687723

Browse files
committed
enable express tests
1 parent 85dbc6b commit 7687723

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

suites/foundation-regression.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default installAndTest('foundation regression', {
1414
test: `--bun run test`,
1515
failing: true,
1616
// some cases hang
17-
skip: true,
17+
// skip: true,
1818
// test: 'test ./test/*.js',
1919
// preload: [
2020
// import.meta.require.resolve('@shim/mocha'),
@@ -88,4 +88,8 @@ export default installAndTest('foundation regression', {
8888
postinstall: ({ bun }) => `pnpm i && ${bun} run build`,
8989
skip: true, // relies on gh actions. TODO: polyfill w buildkite env vars
9090
},
91+
'image-size': {
92+
repository: 'https://github.com/image-size/image-size',
93+
test: 'test',
94+
},
9195
})

0 commit comments

Comments
 (0)