Skip to content

Commit 2999b91

Browse files
committed
chore: update primevue to latest
1 parent 3ba85d2 commit 2999b91

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

tests/primevue.ts

+4-10
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ export async function test(options: RunOptions) {
55
await runInRepo({
66
...options,
77
repo: 'primefaces/primevue',
8-
tag: '3.53.0',
9-
build: 'build',
8+
branch: 'master',
9+
// 4.3.1 but not tagged on GitHub. It's the latest commit that with passing tests.
10+
commit: 'e53d48ed62dc845d8f8ca3c7ccd00941229b98f9',
11+
build: ['format', 'build'],
1012
test: 'test:unit',
11-
patchFiles: {
12-
'components/lib/inputnumber/InputNumber.spec.js': (content) => {
13-
return content.replaceAll(
14-
`it('is keypress called`,
15-
`it.skip('is keypress called`,
16-
)
17-
},
18-
},
1913
})
2014
}

0 commit comments

Comments
 (0)