mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Eslint prefer-const (#17864)
* adds prefer-const to eslint config and runs fixer * reverts unintended change
This commit is contained in:
		| @@ -68,7 +68,7 @@ module('Integration | Component | InfoTableItemArray', function (hooks) { | ||||
|       />`); | ||||
|  | ||||
|     assert.dom('[data-test-info-table-item-array]').exists(); | ||||
|     let noLinkString = document.querySelector('code').textContent.trim(); | ||||
|     const noLinkString = document.querySelector('code').textContent.trim(); | ||||
|     assert.strictEqual( | ||||
|       noLinkString.length, | ||||
|       DISPLAY_ARRAY.toString().length, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jordan Reimer
					Jordan Reimer