We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff7981 commit 770383aCopy full SHA for 770383a
spec/write.spec.js
@@ -47,7 +47,7 @@ describe('CSV Write component', function () {
47
};
48
});
49
50
- it('should parse simple string rows', async () => {
+ it('should write csv rows', async () => {
51
await write.init(cfg);
52
53
const msg1 = {
0 commit comments