Skip to content

Commit f8392cf

Browse files
committed
Add missing test
1 parent 443db49 commit f8392cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/core.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function getInternalTempBranch(name: string) {
4545
describe("commitFilesFromBase64", () => {
4646
let repositoryId: string;
4747
let testTargetCommit: string;
48+
4849
/**
4950
* For tests, important that this commit is not an ancestor of TEST_TARGET_COMMIT,
5051
* to ensure that non-fast-forward pushes are tested
@@ -159,6 +160,7 @@ describe("commitFilesFromBase64", () => {
159160
onTestFinished(() => deleteBranch(branch));
160161

161162
const buffers = {
163+
"1KiB": Buffer.alloc(1024, "Hello, world!"),
162164
"1MiB": Buffer.alloc(1024 * 1024, "Hello, world!"),
163165
"10MiB": Buffer.alloc(1024 * 1024 * 10, "Hello, world!"),
164166
};

0 commit comments

Comments
 (0)