Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
sudo: false
before_script:
'./node_modules/.bin/lerna bootstrap'
Expand Down
2 changes: 1 addition & 1 deletion __test__/__snapshots__/react-typography.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`GoogleFont should render with googleFonts options 1`] = `
<link
href="//fonts.googleapis.com/css?family=Montserrat:700"
href="//fonts.googleapis.com/css?family=Montserrat:700&display=optional"
rel="stylesheet"
type="text/css"
/>
Expand Down
1 change: 1 addition & 0 deletions __test__/react-typography.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('GoogleFont', () => {
it('should render with googleFonts options', () => {
const component = renderer.create(React.createElement(GoogleFont, {
typography: typography({
fontDisplay: 'optional',
googleFonts: [
{
name: 'Montserrat',
Expand Down
Loading