All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.mqtt.test.store.js Maven / Gradle / Ivy

'use strict'

var Store = require('../lib/store')
var abstractTest = require('../test/abstract_store')

describe('in-memory store', function () {
  abstractTest(function (done) {
    done(null, new Store())
  })
})




© 2015 - 2025 Weber Informatics LLC | Privacy Policy