import { run } from '../src/index';
import { expect } from 'chai';
import 'mocha';

describe('Run', () => 
{
	//no tests yet
	//I don't want to access Twitter API during test


});
