Skip to content

Commit

Permalink
fix styling and remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-willis committed Jun 24, 2024
1 parent 315e73a commit 304f2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('createIntegrationHelpers', () => {
});
});

test.only('createMultiClassEntityMetadata', () => {
test('createMultiClassEntityMetadata', () => {
const [MULTI, createMulti] = createMultiClassEntityMetadata({
resourceName: 'Multi',
_type: 'multi',
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-sdk-core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"outDir": "dist"
},
"exclude": ["**/dist/*"],
"references": [{ "path": "../integration-sdk-entity-validator" }]
Expand Down

0 comments on commit 304f2e9

Please sign in to comment.