@factor/app
Advanced tools
Comparing version 1.1.24 to 1.1.26
/* eslint-disable import/no-unresolved */ | ||
import { resolveFilePath } from "@factor/api/resolver" | ||
import { Component } from "vue" | ||
@@ -13,6 +12,6 @@ export default (): object => { | ||
icon: require("__FALLBACK__/static/icon.svg"), | ||
templatePath: resolveFilePath("__FALLBACK__/index.html"), | ||
faviconPath: resolveFilePath("__FALLBACK__/static/favicon.png") | ||
templatePath: "__FALLBACK__/index.html", | ||
faviconPath: "__FALLBACK__/static/favicon.png" | ||
} | ||
} | ||
} |
{ | ||
"name": "@factor/app", | ||
"version": "1.1.24", | ||
"version": "1.1.26", | ||
"license": "GPL-2.0", | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "a0401ceb92731af2ce46869f65a58b24dd3cbc74" | ||
"gitHead": "353a3f8471ee5b53d4c820276f3fdb019b3da208" | ||
} |
import { setting, createSettings } from "@factor/api/settings" | ||
import { resolveFilePath } from "@factor/api/resolver" | ||
describe("fallbacks", () => { | ||
@@ -17,3 +17,5 @@ beforeAll(() => { | ||
expect(s).toEqual(expect.any(String)) | ||
const templatePath = resolveFilePath(s) | ||
expect(templatePath).toEqual(expect.any(String)) | ||
}) | ||
@@ -20,0 +22,0 @@ |
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
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
45096
615