mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 07:01:27 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { describe, expect, it } from 'vitest'
|
||||
|
||||
import { getRepoRoot } from './path'
|
||||
|
||||
describe('getRepoRoot()', () => {
|
||||
it('should return the root of the repo', () => {
|
||||
expect(getRepoRoot()).toBe(path.resolve(__dirname, '../../..'))
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user