-
-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#1086) Co-authored-by: Shinigami <chrissi92@hotmail.de>
- Loading branch information
1 parent
1898f28
commit c5d8934
Showing
2 changed files
with
40 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,44 @@ | ||
export default [ | ||
'TCP', | ||
'HTTP', | ||
'SDD', | ||
'RAM', | ||
'GB', | ||
'CSS', | ||
'SSL', | ||
'ADP', | ||
'AGP', | ||
'SQL', | ||
'FTP', | ||
'PCI', | ||
'AI', | ||
'ADP', | ||
'RSS', | ||
'XML', | ||
'EXE', | ||
'API', | ||
'ASCII', | ||
'CLI', | ||
'COM', | ||
'CSS', | ||
'DNS', | ||
'DRAM', | ||
'EXE', | ||
'FTP', | ||
'GB', | ||
'HDD', | ||
'THX', | ||
'SMTP', | ||
'SMS', | ||
'USB', | ||
'HEX', | ||
'HTTP', | ||
'IB', | ||
'IP', | ||
'JBOD', | ||
'JSON', | ||
'OCR', | ||
'PCI', | ||
'PNG', | ||
'RAM', | ||
'RSS', | ||
'SAS', | ||
'IB', | ||
'SCSI', | ||
'JSON', | ||
'SDD', | ||
'SMS', | ||
'SMTP', | ||
'SQL', | ||
'SSD', | ||
'SSL', | ||
'TCP', | ||
'THX', | ||
'TLS', | ||
'UDP', | ||
'USB', | ||
'UTF8', | ||
'VGA', | ||
'XML', | ||
'XSS', | ||
'JBOD', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
// Vitest Snapshot v1 | ||
|
||
exports[`name > seed: 42 > abbreviation() 1`] = `"PCI"`; | ||
exports[`name > seed: 42 > abbreviation() 1`] = `"HTTP"`; | ||
|
||
exports[`name > seed: 42 > adjective() 1`] = `"cross-platform"`; | ||
|
||
exports[`name > seed: 42 > ingverb() 1`] = `"copying"`; | ||
|
||
exports[`name > seed: 42 > noun() 1`] = `"array"`; | ||
|
||
exports[`name > seed: 42 > phrase() 1`] = `"Try to transmit the SAS microchip, maybe it will quantify the mobile monitor!"`; | ||
exports[`name > seed: 42 > phrase() 1`] = `"Try to transmit the TCP microchip, maybe it will quantify the mobile monitor!"`; | ||
|
||
exports[`name > seed: 42 > verb() 1`] = `"navigate"`; | ||
|
||
exports[`name > seed: 1211 > abbreviation() 1`] = `"JSON"`; | ||
exports[`name > seed: 1211 > abbreviation() 1`] = `"UTF8"`; | ||
|
||
exports[`name > seed: 1211 > adjective() 1`] = `"solid state"`; | ||
|
||
exports[`name > seed: 1211 > ingverb() 1`] = `"programming"`; | ||
|
||
exports[`name > seed: 1211 > noun() 1`] = `"capacitor"`; | ||
|
||
exports[`name > seed: 1211 > phrase() 1`] = `"I'll back up the neural RSS program, that should panel the SCSI matrix!"`; | ||
exports[`name > seed: 1211 > phrase() 1`] = `"I'll back up the neural JSON program, that should panel the USB matrix!"`; | ||
|
||
exports[`name > seed: 1211 > verb() 1`] = `"reboot"`; | ||
|
||
exports[`name > seed: 1337 > abbreviation() 1`] = `"AGP"`; | ||
exports[`name > seed: 1337 > abbreviation() 1`] = `"FTP"`; | ||
|
||
exports[`name > seed: 1337 > adjective() 1`] = `"open-source"`; | ||
|
||
exports[`name > seed: 1337 > ingverb() 1`] = `"compressing"`; | ||
|
||
exports[`name > seed: 1337 > noun() 1`] = `"port"`; | ||
|
||
exports[`name > seed: 1337 > phrase() 1`] = `"Try to generate the COM program, maybe it will connect the back-end port!"`; | ||
exports[`name > seed: 1337 > phrase() 1`] = `"Try to generate the RAM program, maybe it will connect the back-end port!"`; | ||
|
||
exports[`name > seed: 1337 > verb() 1`] = `"compress"`; |