@@ -35,8 +35,6 @@ import { createFetchCookiecutterAction } from './cookiecutter';
|
||||
import { join } from 'path';
|
||||
import { ActionContext } from '../../types';
|
||||
|
||||
import fs from 'fs-extra';
|
||||
|
||||
describe('fetch:cookiecutter', () => {
|
||||
const integrations = ScmIntegrations.fromConfig(
|
||||
new ConfigReader({
|
||||
|
||||
@@ -81,7 +81,7 @@ export type SentryIssue = {
|
||||
// @public (undocumented)
|
||||
export const SentryIssuesWidget: ({ entity, statsFor, variant, }: {
|
||||
entity: Entity;
|
||||
statsFor?: "12h" | "24h" | undefined;
|
||||
statsFor?: "24h" | "12h" | undefined;
|
||||
variant?: InfoCardVariants | undefined;
|
||||
}) => JSX.Element;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user