Update cspell dictionary

This commit is contained in:
Thomas Nordquist
2019-06-18 23:19:29 +02:00
parent 68118248c9
commit 7e99c18410
2 changed files with 46 additions and 8 deletions

View File

@@ -3,6 +3,44 @@
"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"
] ]
} }

View File

@@ -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)