You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Chore: Fix CI (#11173)
This commit is contained in:
		| @@ -2,7 +2,7 @@ import replaceUnsupportedCharacters from './replaceUnsupportedCharacters'; | ||||
|  | ||||
| describe('replaceUnsupportedCharacters', () => { | ||||
| 	test('should replace NULL characters', () => { | ||||
| 		expect(replaceUnsupportedCharacters('Test\x00...')).toBe('Test�...'); | ||||
| 		expect(replaceUnsupportedCharacters('\x00Test\x00...')).toBe('�Test�...'); | ||||
| 		expect(replaceUnsupportedCharacters('Test\x00...')).toBe('Test\uFFFD...'); | ||||
| 		expect(replaceUnsupportedCharacters('\x00Test\x00...')).toBe('\uFFFDTest\uFFFD...'); | ||||
| 	}); | ||||
| }); | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|     "compilerOptions": { | ||||
| 		"module": "commonjs", | ||||
| 		"target": "es2015", | ||||
| 		"target": "es2017", | ||||
| 		//"lib": ["es2015", "es2020.string", "dom", "dom.iterable"], | ||||
| 		"alwaysStrict": true, | ||||
| 		"forceConsistentCasingInFileNames": true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user