Commit 6aecd3f4870e15597e87f1b7dd6e611a9d716533

Authored by Adhidarma Hadiwinoto
1 parent f892f18ca4
Exists in master and in 1 other branch webadmin

ESLINT

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

1 1 /* eslint-disable no-console */
2 2 /* global describe it */
3   -const modems = require('../lib/modems');
4   -
5 3 const should = require('should');
  4 +const modems = require('../lib/modems');
6 5  
7 6 describe('#modems', () => {
8 7 describe('#enabledModems', () => {