File: context-option.test.js.snap

package info (click to toggle)
node-file-loader 6.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 916 kB
  • sloc: javascript: 1,131; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`"context" option should work with "String" value: errors 1`] = `Array []`;

exports[`"context" option should work with "String" value: result 1`] = `"test/fixtures/file.png"`;

exports[`"context" option should work with "String" value: warnings 1`] = `Array []`;

exports[`"context" option should work without value: errors 1`] = `Array []`;

exports[`"context" option should work without value: result 1`] = `"fixtures/file.png"`;

exports[`"context" option should work without value: warnings 1`] = `Array []`;