+2
-2
src/modules/atproto/infrastructure/__tests__/ATProtoCardPublisher.integration.test.ts
+2
-2
src/modules/atproto/infrastructure/__tests__/ATProtoCardPublisher.integration.test.ts
···
12
dotenv.config({ path: '.env.test' });
13
14
// Set to false to skip unpublishing (useful for debugging published records)
15
-
const UNPUBLISH = false;
16
17
-
describe('ATProtoCardPublisher', () => {
18
let publisher: ATProtoCardPublisher;
19
let curatorId: CuratorId;
20
let publishedCardIds: PublishedRecordId[] = [];
···
12
dotenv.config({ path: '.env.test' });
13
14
// Set to false to skip unpublishing (useful for debugging published records)
15
+
const UNPUBLISH = true;
16
17
+
describe.skip('ATProtoCardPublisher', () => {
18
let publisher: ATProtoCardPublisher;
19
let curatorId: CuratorId;
20
let publishedCardIds: PublishedRecordId[] = [];
+2
-2
src/modules/atproto/infrastructure/__tests__/ATProtoCollectionPublisher.integration.test.ts
+2
-2
src/modules/atproto/infrastructure/__tests__/ATProtoCollectionPublisher.integration.test.ts
···
15
dotenv.config({ path: '.env.test' });
16
17
// Set to false to skip unpublishing (useful for debugging published records)
18
-
const UNPUBLISH = false;
19
20
-
describe('ATProtoCollectionPublisher', () => {
21
let collectionPublisher: ATProtoCollectionPublisher;
22
let cardPublisher: FakeCardPublisher;
23
let curatorId: CuratorId;
···
15
dotenv.config({ path: '.env.test' });
16
17
// Set to false to skip unpublishing (useful for debugging published records)
18
+
const UNPUBLISH = true;
19
20
+
describe.skip('ATProtoCollectionPublisher', () => {
21
let collectionPublisher: ATProtoCollectionPublisher;
22
let cardPublisher: FakeCardPublisher;
23
let curatorId: CuratorId;