New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alsatian

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alsatian - npm Package Compare versions

Comparing version 2.1.0-20170717 to 2.1.0-20170818

core/decorators/test-cases-decorator.d.ts

4

core/alsatian-core.d.ts
import { TestOutputStream, TestSet } from "./";
import { buildExpect, Expect, IExpect } from "./expect";
import { ContainerMatcher, EmptyMatcher, FunctionMatcher, FunctionSpyMatcher, Matcher, MixedMatcher, NumberMatcher, PropertyMatcher, StringMatcher } from "./matchers";
import { AsyncSetup, AsyncSetupFixture, AsyncTeardown, AsyncTeardownFixture, AsyncTest, FocusTest, FocusTests, IgnoreTest, IgnoreTests, Setup, SetupFixture, Teardown, TeardownFixture, Test, TestCase, TestFixture, Timeout } from "./decorators";
import { AsyncSetup, AsyncSetupFixture, AsyncTeardown, AsyncTeardownFixture, AsyncTest, FocusTest, FocusTests, IgnoreTest, IgnoreTests, Setup, SetupFixture, Teardown, TeardownFixture, Test, TestCase, TestCases, TestFixture, Timeout } from "./decorators";
import { Any, createFunctionSpy, FunctionSpy, RestorableFunctionSpy, SpyOn, SpyOnProperty } from "./spying";

@@ -10,2 +10,2 @@ import { TestCaseResult, TestFixtureResults, TestOutcome, TestResults, TestSetResults } from "./results";

import { TestRunner } from "./running";
export { Any, AsyncSetup, AsyncSetupFixture, AsyncTeardown, AsyncTeardownFixture, AsyncTest, buildExpect, ContainerMatcher, EmptyMatcher, Expect, IExpect, FocusTest, FocusTests, FunctionMatcher, FunctionSpyMatcher, IgnoreTest, IgnoreTests, Matcher, MatchError, METADATA_KEYS, MixedMatcher, NumberMatcher, PropertyMatcher, Setup, SetupFixture, FunctionSpy, RestorableFunctionSpy, createFunctionSpy, SpyOn, SpyOnProperty, StringMatcher, Teardown, TeardownFixture, Test, TestCase, TestCaseResult, TestFixture, TestFixtureResults, TestOutcome, TestOutputStream, TestResults, TestRunner, TestSetResults, TestSet, TestTimeoutError, Timeout };
export { Any, AsyncSetup, AsyncSetupFixture, AsyncTeardown, AsyncTeardownFixture, AsyncTest, buildExpect, ContainerMatcher, EmptyMatcher, Expect, IExpect, FocusTest, FocusTests, FunctionMatcher, FunctionSpyMatcher, IgnoreTest, IgnoreTests, Matcher, MatchError, METADATA_KEYS, MixedMatcher, NumberMatcher, PropertyMatcher, Setup, SetupFixture, FunctionSpy, RestorableFunctionSpy, createFunctionSpy, SpyOn, SpyOnProperty, StringMatcher, Teardown, TeardownFixture, Test, TestCase, TestCases, TestCaseResult, TestFixture, TestFixtureResults, TestOutcome, TestOutputStream, TestResults, TestRunner, TestSetResults, TestSet, TestTimeoutError, Timeout };

@@ -35,2 +35,3 @@ "use strict";

exports.TestCase = decorators_1.TestCase;
exports.TestCases = decorators_1.TestCases;
exports.TestFixture = decorators_1.TestFixture;

@@ -37,0 +38,0 @@ exports.Timeout = decorators_1.Timeout;

@@ -15,5 +15,6 @@ import { AsyncSetup } from "./async-setup-decorator";

import { TestCase } from "./test-case-decorator";
import { TestCases } from "./test-cases-decorator";
import { Test } from "./test-decorator";
import { TestFixture } from "./test-fixture-decorator";
import { Timeout } from "./timeout-decorator";
export { AsyncSetup, AsyncSetupFixture, AsyncTeardown, AsyncTeardownFixture, AsyncTest, FocusTest, FocusTests, IgnoreTest, IgnoreTests, Setup, SetupFixture, Teardown, TeardownFixture, TestFixture, Test, TestCase, Timeout };
export { AsyncSetup, AsyncSetupFixture, AsyncTeardown, AsyncTeardownFixture, AsyncTest, FocusTest, FocusTests, IgnoreTest, IgnoreTests, Setup, SetupFixture, Teardown, TeardownFixture, TestFixture, Test, TestCase, TestCases, Timeout };

@@ -31,2 +31,4 @@ "use strict";

exports.TestCase = test_case_decorator_1.TestCase;
var test_cases_decorator_1 = require("./test-cases-decorator");
exports.TestCases = test_cases_decorator_1.TestCases;
var test_decorator_1 = require("./test-decorator");

@@ -33,0 +35,0 @@ exports.Test = test_decorator_1.Test;

{
"name": "alsatian",
"version": "2.1.0-20170717",
"version": "2.1.0-20170818",
"description": "TypeScript and JavaScript testing framework for beautiful and readable tests",

@@ -27,5 +27,6 @@ "author": "James Richford <=> (=)",

"build-publish": "tsc --newLine \"LF\"",
"clean": "npm run clean-core && npm run clean-cli",
"clean": "npm run clean-core && npm run clean-cli && npm run clean-test",
"clean-core": "rimraf core/**/*.js core/**/*.js.map core/**/*.d.ts",
"clean-cli": "rimraf cli/**/*.js cli/**/*.js.map cli/**/*.d.ts",
"clean-test": "rimraf test/**/*.js test/**/*.js.map test/**/*.d.ts",
"publish-nightly": "npm run build && node ./scripts/build-nightly",

@@ -32,0 +33,0 @@ "prepublishOnly": "npm run clean && npm install && npm test && npm run build-publish",

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