@elizaos/plugin-twitter 1.0.0-beta.25 → 1.0.0-beta.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8652,7 +8652,10 @@ var ClientBaseTestSuite = class {
|
|
|
8652
8652
|
constructor() {
|
|
8653
8653
|
this.name = "twitter-client-base";
|
|
8654
8654
|
this.tests = [
|
|
8655
|
-
{
|
|
8655
|
+
{
|
|
8656
|
+
name: "Create instance with correct configuration",
|
|
8657
|
+
fn: this.testInstanceCreation.bind(this)
|
|
8658
|
+
},
|
|
8656
8659
|
{ name: "Initialize with correct post intervals", fn: this.testPostIntervals.bind(this) }
|
|
8657
8660
|
];
|
|
8658
8661
|
this.mockRuntime = {
|