Skip to content

Commit 9c405b8

Browse files
committed
chore: update files
1 parent 354d982 commit 9c405b8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/release.test.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ const REQUIRED_FILES = [
1919
'package/HISTORY.md',
2020
'package/README.md',
2121
'package/lib/index.d.ts',
22-
'package/src/index.ts'
22+
'package/src/index.ts',
23+
24+
'package/src/crypto_callbacks.ts',
25+
'package/lib/crypto_callbacks.d.ts',
26+
'package/lib/crypto_callbacks.d.ts.map',
27+
'package/lib/crypto_callbacks.js',
28+
'package/lib/crypto_callbacks.js.map'
2329
];
2430

2531
describe(`Release ${packFile}`, function () {

0 commit comments

Comments
 (0)