Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
dleroux committed Nov 26, 2019
1 parent 27fa0e6 commit f19301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('build', () => {

it('generates fully namespaced CSS for nested components', () => {
expect(fs.readFileSync('./styles/components.scss', 'utf8')).toMatch(
'.Polaris-ResourceList-BulkActions__Button{',
'.Polaris-ResourceList-BulkActions__BulkActionButton{',
);
});

Expand Down

0 comments on commit f19301c

Please sign in to comment.