mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 16:49:49 +01:00 
			
		
		
		
	Update tests
This commit is contained in:
		| @@ -5,7 +5,7 @@ import Meta from './Meta'; | ||||
| describe('Meta', () => { | ||||
|   it('renders correctly', () => { | ||||
|     const props = { | ||||
|       date: '2016-09-01T23:46:37.121Z' | ||||
|       date: '2016-09-01' | ||||
|     }; | ||||
|  | ||||
|     const tree = renderer.create(<Meta {...props} />).toJSON(); | ||||
|   | ||||
| @@ -8,7 +8,7 @@ exports[`Meta renders correctly 1`] = ` | ||||
|     className="meta__date" | ||||
|   > | ||||
|     Published  | ||||
|     2 Sep 2016 | ||||
|     1 Sep 2016 | ||||
|   </p> | ||||
| </div> | ||||
| `; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user