Skip to content

Commit

Permalink
test: add a name to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapedGibbon committed Jun 14, 2024
1 parent da36bbc commit e1e4282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stack/compute/__tests__/roiMeanValues.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Image } from '../../../Image';
import { Stack } from '../../../Stack';

test('', () => {
test('simple test', () => {
const image1 = testUtils.createGreyImage([[1, 1, 10, 1, 1]]);
const image2 = testUtils.createGreyImage([[1, 1, 10, 1, 1]]);
const image3 = testUtils.createGreyImage([[1, 1, 10, 1, 1]]);
Expand Down

0 comments on commit e1e4282

Please sign in to comment.