Skip to content

Commit

Permalink
refactor: fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Jan 27, 2021
1 parent 77c1fd3 commit e1c8be1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/CLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ module.exports = (testRunner, jsonFixtures, csvFixtures) => {
});
});

// Excell
// Excel

testRunner.add('should format strings to force excel to view the values as strings', (t) => {
const opts = '--fields carModel,price,color --excel-strings';
Expand Down
2 changes: 1 addition & 1 deletion test/JSON2CSVAsyncParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ module.exports = (testRunner, jsonFixtures, csvFixtures, inMemoryJsonFixtures) =
t.end();
});

// Excell
// Excel

testRunner.add('should format strings to force excel to view the values as strings', async (t) => {
const opts = {
Expand Down
2 changes: 1 addition & 1 deletion test/JSON2CSVParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ module.exports = (testRunner, jsonFixtures, csvFixtures) => {
t.end();
});

// Excell
// Excel

testRunner.add('should format strings to force excel to view the values as strings', (t) => {
const opts = {
Expand Down
2 changes: 1 addition & 1 deletion test/JSON2CSVTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ module.exports = (testRunner, jsonFixtures, csvFixtures, inMemoryJsonFixtures) =
});
});

// Excell
// Excel

testRunner.add('should format strings to force excel to view the values as strings', (t) => {
const opts = {
Expand Down

0 comments on commit e1c8be1

Please sign in to comment.