Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/195/head
CrazyMax 5 years ago
parent de804a56b7
commit 5d3938fa17
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -92,7 +92,6 @@ describe('isLocalOrTarExporter', () => {
describe('getVersion', () => {
it('valid', async () => {
await exec.exec('docker', ['buildx', 'version']);
const version = await buildx.getVersion();
console.log(`version: ${version}`);
expect(semver.valid(version)).not.toBeNull();

Loading…
Cancel
Save