Skip to content

Commit a581973

Browse files
committed
Fix tests
1 parent 0e7f9ae commit a581973

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/__tests__/bot.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Twit from 'twit';
2-
import Bot from '../Bot';
2+
import Bot from '../index';
33
import {getRawTweet} from './__fixtures__/rawTweet';
44
import {getRawUser} from './__fixtures__/rawUser';
55
import {getTweetDefaultConfigs} from './tweet.test';

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"target": "ES6",
44
"outDir": "dist",
5-
"rootDir": "src",
65
"module": "commonjs",
76
"declaration": true,
87
"skipLibCheck": true,

0 commit comments

Comments
 (0)