chore: fix spelling errors in multiple files (#34574)
* chore: fix spelling in .circleci Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in BUILD.gn Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in appveyor.yml Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in build Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in docs Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in lib Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in script Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in shell Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in spec Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * chore: fix spelling in spec-main Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								f418a49857
							
						
					
				
			
			
				commit
				
					
						ea4278754c
					
				
			
		
					 58 changed files with 88 additions and 88 deletions
				
			
		|  | @ -13,7 +13,7 @@ const fail = '✗'.red; | |||
| 
 | ||||
| const args = require('minimist')(process.argv, { | ||||
|   string: ['runners', 'target'], | ||||
|   boolean: ['buildNativeTests', 'runTestFilesSeperately'], | ||||
|   boolean: ['buildNativeTests', 'runTestFilesSeparately'], | ||||
|   unknown: arg => unknownFlags.push(arg) | ||||
| }); | ||||
| 
 | ||||
|  | @ -155,7 +155,7 @@ const specFilter = (file) => { | |||
| }; | ||||
| 
 | ||||
| async function runTests (specDir, testName) { | ||||
|   if (args.runTestFilesSeperately) { | ||||
|   if (args.runTestFilesSeparately) { | ||||
|     const getFiles = require('../spec/static/get-files'); | ||||
|     const testFiles = await getFiles(path.resolve(__dirname, `../${specDir}`), { filter: specFilter }); | ||||
|     const baseElectronDir = path.resolve(__dirname, '..'); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Josh Soref
				Josh Soref