We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7f9ae commit a581973Copy full SHA for a581973
src/__tests__/bot.test.ts
@@ -1,5 +1,5 @@
1
import Twit from 'twit';
2
-import Bot from '../Bot';
+import Bot from '../index';
3
import {getRawTweet} from './__fixtures__/rawTweet';
4
import {getRawUser} from './__fixtures__/rawUser';
5
import {getTweetDefaultConfigs} from './tweet.test';
tsconfig.json
@@ -2,7 +2,6 @@
"compilerOptions": {
"target": "ES6",
"outDir": "dist",
- "rootDir": "src",
6
"module": "commonjs",
7
"declaration": true,
8
"skipLibCheck": true,
0 commit comments