Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Jul 6, 2023
1 parent 5e984b0 commit df5b3cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
44 changes: 0 additions & 44 deletions config/cache.config.cjs

This file was deleted.

4 changes: 0 additions & 4 deletions jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const { pathsToModuleNameMapper } = require('ts-jest');
const appRoot = require('app-root-path');

const { getJestCachePath } = require(`${appRoot}/config/cache.config.cjs`);

const packageJson = require(`${process.cwd()}/package.json`);
const packageName = packageJson.name ?? 'plate';
const { compilerOptions: baseTsConfig } = require(`${appRoot}/tsconfig.json`);
Expand Down Expand Up @@ -30,8 +28,6 @@ Object.keys(aliases).forEach((key) => {
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
displayName: packageName,
cacheDirectory: getJestCachePath(packageName),
// TODO
collectCoverageFrom: [
'packages/**/src/**/*.{ts,tsx}',
'!**/*.styles.ts*',
Expand Down

1 comment on commit df5b3cf

@vercel
Copy link

@vercel vercel bot commented on df5b3cf Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plate – ./

platejs.org
plate-git-plate-ui-tw-udecode.vercel.app
www.platejs.org
plate-gold.vercel.app

Please sign in to comment.