Add no vague titles rules

This commit is contained in:
Solona Armstrong
2019-01-22 06:26:26 -08:00
parent 09143c70e0
commit 4b48dd08da
41 changed files with 137 additions and 107 deletions

View File

@@ -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/**',
});