test(backend): APIテストの復活 (#10163)
* Revert 1c5291f818
* APIテストの復活
* apiテストの移行
* moduleNameMapper修正
* simpleGetでthrowしないように
status確認しているので要らない
* longer timeout
* ローカルでは問題ないのになんで
* case sensitive
* Run Nest instance within the current process
* Skip some setIntervals
* wait for 5 seconds
* kill them all!!
* logHeapUsage: true
* detectOpenHandlesがじゃましているらしい
* maxWorkers=1?
* restore drive api tests
* workerIdleMemoryLimit: 500MB
* 1024MiB
* Wait what
			
			
This commit is contained in:
		
							parent
							
								
									53987fadd7
								
							
						
					
					
						commit
						61215e50ff
					
				
					 27 changed files with 734 additions and 528 deletions
				
			
		| 
						 | 
				
			
			@ -1,11 +0,0 @@
 | 
			
		|||
describe('API', () => {
 | 
			
		||||
	it('returns HTTP 404 to unknown API endpoint paths', () => {
 | 
			
		||||
		cy.request({
 | 
			
		||||
			url: '/api/foo',
 | 
			
		||||
			failOnStatusCode: false,
 | 
			
		||||
		}).then((response) => {
 | 
			
		||||
			expect(response.status).to.eq(404);
 | 
			
		||||
			expect(response.body.error.code).to.eq('UNKNOWN_API_ENDPOINT');
 | 
			
		||||
		});
 | 
			
		||||
	});
 | 
			
		||||
});
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue