Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored by: xDivisionByZerox <leyla.jaehnig@gmx.de>
Co-authored by: ST-DDT <st-ddt@gmx.de>
  • Loading branch information
import-brain committed Jun 18, 2022
1 parent d9dd86a commit 22ed0d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
11 changes: 4 additions & 7 deletions src/locales/en/hacker/abbreviation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,15 @@ export default [
'JSON',
'XSS',
'JBOD',
'AND',
'OR',
'XOR',
'NOT',
'NAND',
'NOR',
'XNOR',
'DNS',
'ASCII',
'CLI',
'DRAM',
'IP',
'OCR',
'VGA',
'UTF8',
'HEX',
'TLS',
'API',
];
12 changes: 6 additions & 6 deletions test/hacker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const seededRuns = [
seed: 42,
expectations: {
abbreviation: {
noArgs: 'EXE',
noArgs: 'XML',
},
adjective: {
noArgs: 'cross-platform',
Expand All @@ -22,15 +22,15 @@ const seededRuns = [
},
phrase: {
noArgs:
'Try to transmit the NOR microchip, maybe it will quantify the mobile monitor!',
'Try to transmit the CLI microchip, maybe it will quantify the mobile monitor!',
},
},
},
{
seed: 1337,
expectations: {
abbreviation: {
noArgs: 'PCI',
noArgs: 'FTP',
},
adjective: {
noArgs: 'open-source',
Expand All @@ -46,15 +46,15 @@ const seededRuns = [
},
phrase: {
noArgs:
'Try to generate the SAS program, maybe it will connect the back-end port!',
'Try to generate the USB program, maybe it will connect the back-end port!',
},
},
},
{
seed: 1211,
expectations: {
abbreviation: {
noArgs: 'DRAM',
noArgs: 'HEX',
},
adjective: {
noArgs: 'solid state',
Expand All @@ -70,7 +70,7 @@ const seededRuns = [
},
phrase: {
noArgs:
"I'll back up the neural SMTP program, that should panel the CLI matrix!",
"I'll back up the neural HDD program, that should panel the VGA matrix!",
},
},
},
Expand Down

0 comments on commit 22ed0d6

Please sign in to comment.