mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 09:03:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
17
node_modules/dotgitignore/test.js
generated
vendored
Normal file
17
node_modules/dotgitignore/test.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/* global describe,it */
|
||||
|
||||
const dotgit = require('./')()
|
||||
|
||||
require('chai').should()
|
||||
|
||||
describe('dotgitignore', () => {
|
||||
describe('ignore', () => {
|
||||
it('should return true for ignored files', () => {
|
||||
dotgit.ignore('.DS_Store')
|
||||
})
|
||||
|
||||
it('should return false for files that are not ignored', () => {
|
||||
dotgit.ignore('README.md')
|
||||
})
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user