Socket
Socket
Sign inDemoInstall

darvin-testing-framework

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darvin-testing-framework - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

0

fetcher.js

@@ -0,0 +0,0 @@ 'use strict';

4

index.js

@@ -20,3 +20,5 @@ 'use strict';

describe(specs, options) {
describe("Spec root", () => {
options = options || {};
options.rootDescribeName = options.rootDescribeName || "Spec root";
describe(options.rootDescribeName, () => {
if (!Array.isArray(specs)) {

@@ -23,0 +25,0 @@ specs = [specs];

{
"name": "darvin-testing-framework",
"version": "2.0.0",
"description": "A framework for testing Kinvey Chat bots.",
"version": "2.1.0",
"description": "A framework for testing Progress NativeChat bots.",
"main": "index.js",

@@ -13,3 +13,3 @@ "scripts": {

},
"author": "Darvin.ai",
"author": "Progress Software",
"license": "MIT",

@@ -16,0 +16,0 @@ "bugs": {

@@ -0,0 +0,0 @@ # Darvin Testing Framework

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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