Skip to content

Commit

Permalink
fix: codeql ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremney committed Jan 23, 2024
1 parent 3a56a31 commit 8eeb73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spacecat-shared-slack-client/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import chai from 'chai';
import chaiAsPromised from 'chai-as-promised';
import nock from 'nock';
import { Message, Blocks, Elements } from 'slack-block-builder';
import SlackClient from '../src/index.js';
import { SlackClient } from '../src/index.js';

chai.use(chaiAsPromised);
const { expect } = chai;
Expand Down

0 comments on commit 8eeb73c

Please sign in to comment.