fix(core): update
This commit is contained in:
parent
336e27f383
commit
63660ecc03
@ -19,7 +19,8 @@ tap.test('should be able to list all servers', async () => {
|
|||||||
tap.test('should be able to create a server', async () => {
|
tap.test('should be able to create a server', async () => {
|
||||||
const newServer = await testAccount.createServer({
|
const newServer = await testAccount.createServer({
|
||||||
name: 'testserver',
|
name: 'testserver',
|
||||||
location: 'nbg1'
|
location: 'nbg1',
|
||||||
|
labels: {},
|
||||||
});
|
});
|
||||||
expect(newServer).toBeInstanceOf(hetznercloud.HetznerServer);
|
expect(newServer).toBeInstanceOf(hetznercloud.HetznerServer);
|
||||||
console.log(newServer);
|
console.log(newServer);
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@apiclient.xyz/hetznercloud',
|
name: '@apiclient.xyz/hetznercloud',
|
||||||
version: '1.0.10',
|
version: '1.0.11',
|
||||||
description: 'an unofficial api client for the hetzner cloud api'
|
description: 'an unofficial api client for the hetzner cloud api'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user