Skip to content

Commit

Permalink
Merge pull request #9 from kepler-inc/chore/rm-unused-todo
Browse files Browse the repository at this point in the history
CHORE: Remove unused TODO. Update gitignore.
  • Loading branch information
Joshuafolorunsho authored Aug 12, 2024
2 parents e24264b + 955332a commit b950855
Show file tree
Hide file tree
Showing 3 changed files with 6,428 additions and 5,153 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
node_modules/
dist/
.DS_Store

# IDE
.vscode/
.idea/
7 changes: 4 additions & 3 deletions packages/core/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { CORE_PLUGIN_NAME, createFramework } from '../src/index';
//TODO: Figure out jest ts support with ts-jest
import { describe, expect, it } from '@jest/globals';
import { IntegrationAction, IntegrationEvent } from '../src/types';
import { z } from 'zod';

import { CORE_PLUGIN_NAME, createFramework } from '../src';

import { IntegrationAction, IntegrationEvent } from '../src/types';
import { IntegrationPlugin } from '../src/plugin';

const testFrameworkName = 'TEST_FRAMEWORK';
Expand Down
Loading

0 comments on commit b950855

Please sign in to comment.