mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-04-30 18:22:28 +08:00
Add no vague titles rules
This commit is contained in:
@@ -80,7 +80,7 @@ describe('build', () => {
|
||||
expect(fs.existsSync('./types/index.d.ts')).toBe(true);
|
||||
});
|
||||
|
||||
it('replaces all occurrences of POLARIS_VERSION', () => {
|
||||
it('replaces every occurrence of POLARIS_VERSION', () => {
|
||||
const files = glob.sync('./build/**/*.{js,scss,css}', {
|
||||
ignore: './build/cache/**',
|
||||
});
|
||||
@@ -92,7 +92,7 @@ describe('build', () => {
|
||||
expect(total).toBe(0);
|
||||
});
|
||||
|
||||
it('features the version of Polaris in all compiled files', () => {
|
||||
it('features the version of Polaris in every compiled file', () => {
|
||||
const files = glob.sync('./build/**/*.{js,scss,css}', {
|
||||
ignore: './build/cache/**',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user