Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@travetto/test

Package Overview
Dependencies
Maintainers
1
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/test - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

src/consumer/collector.ts

4

bin/travetto-test.js

@@ -9,8 +9,8 @@ #!/usr/bin/env node

process.env.NO_WATCH = true;
require('../src/exec/communication').server();
require('../src/runner/communication').server();
} else {
startup.run().then(x => {
const { Runner } = require('../src/exec/runner');
const { Runner } = require('../src/runner');
new Runner(process.argv).run().then(x => process.exit(0), e => process.exit(1));
});
}

@@ -31,3 +31,3 @@ {

},
"version": "0.0.24"
"version": "0.0.25"
}

@@ -1,2 +0,2 @@

import { MetadataRegistry, Class } from '@travetto/registry';
import { MetadataRegistry, Class, ChangeEvent } from '@travetto/registry';
import { SuiteConfig, TestConfig } from '../model';

@@ -3,0 +3,0 @@

@@ -84,3 +84,3 @@ import * as ts from 'typescript';

ident: state.assert,
path: require.resolve('../exec/assert')
path: require.resolve('../runner/assert')
});

@@ -87,0 +87,0 @@ state.assertCheck = ts.createPropertyAccess(ts.createPropertyAccess(state.assert, ASSERT_UTIL), 'check');

@@ -48,4 +48,4 @@ import { Suite, Test, BeforeAll, AfterEach, AfterAll, BeforeEach } from '../';

await new Promise(resolve => setTimeout(resolve, 1000));
assert(1 === a.range.top);
assert(1 === a);
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc