Update cspell dictionary
This commit is contained in:
50
.cspell.json
50
.cspell.json
@@ -1,8 +1,46 @@
|
|||||||
{
|
{
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"words": [
|
"words": [
|
||||||
"subheader",
|
"subheader",
|
||||||
"basepath",
|
"basepath",
|
||||||
"webdriverio"
|
"webdriverio",
|
||||||
]
|
"repo",
|
||||||
|
"hexagonalize",
|
||||||
|
"pixelize",
|
||||||
|
"Transistions",
|
||||||
|
"squashfs",
|
||||||
|
"squashfs",
|
||||||
|
"provisionprofile",
|
||||||
|
"Nsis",
|
||||||
|
"Appx",
|
||||||
|
"Hashable",
|
||||||
|
"clickaway",
|
||||||
|
"Resizer",
|
||||||
|
"Subnodes",
|
||||||
|
"Unmount",
|
||||||
|
"Monokai",
|
||||||
|
"plottable",
|
||||||
|
"snackbar",
|
||||||
|
"webdriverio",
|
||||||
|
"prismjs",
|
||||||
|
"Nordquist",
|
||||||
|
"debounced",
|
||||||
|
"mosquitto",
|
||||||
|
"snapcraft",
|
||||||
|
"unsquashfs",
|
||||||
|
"armv",
|
||||||
|
"livingroom",
|
||||||
|
"selectall",
|
||||||
|
"toggledevtools",
|
||||||
|
"Octo",
|
||||||
|
"zigbee",
|
||||||
|
"memoization",
|
||||||
|
"submenu",
|
||||||
|
"AGPL",
|
||||||
|
"Oooooops",
|
||||||
|
"DEVTOOLS",
|
||||||
|
"mixins",
|
||||||
|
"Explorerdmg",
|
||||||
|
"heapsnapshot"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ function startServer(): Promise<mqtt.MqttClient> {
|
|||||||
function connectMqtt(): Promise<mqtt.MqttClient> {
|
function connectMqtt(): Promise<mqtt.MqttClient> {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
const client = mqtt.connect('mqtt://127.0.0.1:1883', {
|
const client = mqtt.connect('mqtt://127.0.0.1:1883', {
|
||||||
username: 'thomas',
|
username: '',
|
||||||
password: 'bierbier',
|
password: '',
|
||||||
})
|
})
|
||||||
client.once('connect', () => {
|
client.once('connect', () => {
|
||||||
resolve(client)
|
resolve(client)
|
||||||
|
|||||||
Reference in New Issue
Block a user