fix(core): update
This commit is contained in:
		@@ -1,8 +1,10 @@
 | 
			
		||||
import { expect, tap } from '@pushrocks/tapbundle';
 | 
			
		||||
import * as testSdk from '../ts/index';
 | 
			
		||||
 | 
			
		||||
let testServer: testSdk.AgTestServer;
 | 
			
		||||
 | 
			
		||||
tap.test('first test', async () => {
 | 
			
		||||
  console.log(testSdk.standardExport);
 | 
			
		||||
  console.log('TODO');
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
tap.start();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user