@travetto/test
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -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); | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1268
43635
32
1