Skip to content

Commit 770383a

Browse files
committed
Six test naming
1 parent 5ff7981 commit 770383a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/write.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('CSV Write component', function () {
4747
};
4848
});
4949

50-
it('should parse simple string rows', async () => {
50+
it('should write csv rows', async () => {
5151
await write.init(cfg);
5252

5353
const msg1 = {

0 commit comments

Comments
 (0)