howsmydriving-twitter
Version:
Twitter abstraction for @HowsMyDrivingWA.
16 lines (15 loc) • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var assert = require('assert'), sinon = require('sinon'), path = require('path');
describe('Tweet search', function () {
describe('Manual test of a change to search query', function () {
it('should assert truth', function () {
assert(true);
/*
GetNewTweets('1209299859104092161', 'HowsMyDrivingWA').then(tweets => {
console.log(DumpObject(tweets));
});
*/
});
});
});