Skip to content

Commit

Permalink
refactor: move usehooks-ts to the root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Sep 19, 2022
1 parent 248827b commit 438a044
Show file tree
Hide file tree
Showing 102 changed files with 37 additions and 390 deletions.
5 changes: 2 additions & 3 deletions jest.config.base.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { Config } from '@jest/types'
import glob from 'glob'

const packages = glob
.sync(`./{site,lib}`)
.map(p => p.replace(/^\./, `<rootDir>`))
const packages = glob.sync(`./src`).map(p => p.replace(/^\./, `<rootDir>`))

const ignoreDirs = [
'build/',
Expand All @@ -14,6 +12,7 @@ const ignoreDirs = [
'public/',
'generators/',
'generated/',
'site/',
]

const config: Config.InitialOptions = {
Expand Down
62 changes: 0 additions & 62 deletions lib/README.md

This file was deleted.

257 changes: 0 additions & 257 deletions lib/package-lock.json

This file was deleted.

44 changes: 0 additions & 44 deletions lib/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions lib/tsconfig.json

This file was deleted.

Loading

0 comments on commit 438a044

Please sign in to comment.